#2F6599

Color #2F6599 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #2F6599

Tints of Lochmara #2F6599

Color information

#2F6599 (or 0x2F6599) is unknown color: approx Lochmara. HEX triplet: 2F, 65 and 99. RGB value is (47,101,153). Sum of RGB (Red+Green+Blue) = 47+101+153=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F6599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6599 is #D09A66. Grayscale: #5A5A5A. Windows color (decimal): -13671015 or 10052911. OLE color: 10052911.

HSL color Cylindrical-coordinate representation of color #2F6599: hue angle of 209.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F6599 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB47101153-
CMYK0.690.3400.4
HSL209.43º53%39.22%-
HSV(B)209.43º69.28%60%-
XYZ11.5812.2131.88-
YUV90.78163.1196.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 15.61%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 153 (60.16% from 255) = 50.83%
R=15.61%
G=33.55%
B=50.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal471011530.690.3400.4209.435339.22
Hex2F65994522028d13527
Octal57145231105420503216547
Binary1011111100101100110011000101100010010100011010001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F6599; }

 p { color: rgb(47,101,153); }

 H1.HeaderClassName
 {
   color: #2F6599;
 }
 .AnyTagClassName
 {
   color: #2F6599;
 }
</style>
background-color css

<style>
 a { background-color: #2F6599; }

 a { background-color: rgb(47,101,153); }

 div.DivClassName
 {
   background-color: #2F6599;
 }
 .BgClassName
 {
   background-color: #2F6599;
 }
</style>
border-color css

<style>
 span { border-color: #2F6599; }

 span { border-color: rgb(47,101,153); }

 td.TdClassName
 {
   border-color: #2F6599;
 }
 .TagClassName
 {
   border-color: #2F6599;
 }
</style>