#2f6fbb

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

Shades of Lochmara #2F6FBB

Tints of Lochmara #2F6FBB

Color information

#2F6FBB (or 0x2F6FBB) is unknown color: approx Lochmara. HEX triplet: 2F, 6F and BB. RGB value is (47,111,187). Sum of RGB (Red+Green+Blue) = 47+111+187=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F6FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6FBB is #D09044. Grayscale: #646464. Windows color (decimal): -13668421 or 12283695. OLE color: 12283695.

HSL color Cylindrical-coordinate representation of color #2F6FBB: hue angle of 212.57º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F6FBB is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB47111187-
CMYK0.750.4100.27
HSL212.57º59.83%45.88%-
HSV(B)212.57º74.87%73.33%-
XYZ15.8315.5649.18-
YUV100.53176.889.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.62%
GREEN value IS 111 (43.75% from 255) = 32.17%
BLUE value IS 187 (73.44% from 255) = 54.20%
R=13.62%
G=32.17%
B=54.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471111870.750.4100.27212.5759.8345.88
Hex2F6FBB4B2901Bd53c2e
Octal57157273113510333257456
Binary101111110111110111011100101110100101101111010101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f6fbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,111,187); }

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

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

 a { background-color: rgb(47,111,187); }

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

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

 span { border-color: rgb(47,111,187); }

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