Html Css Color HEX #2F6AB0 Lochmara

📋 copy color: '#2F6AB0'

red 47 ◦ green 106 ◦ blue 176

#2F6AB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #2F6AB0

Tints of Lochmara #2F6AB0

RGB

 RED value IS 47 (18.75% from 255) = 14.29%

 GREEN value IS 106 (41.8% from 255) = 32.22%

 BLUE value IS 176 (69.14% from 255) = 53.5%

R = 14.29%
G = 32.22%
B = 53.5%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2F6AB0 (or 0x2F6AB0) is known color: Lochmara. HEX triplet: 2F, 6A and B0. RGB value is (47,106,176). Sum of RGB (Red+Green+Blue) = 47+106+176=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 176 (69.14% from 255 or 53.50% from 329); Max value from RGB is 176 - color contains mainly: blue. Hex color #2F6AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6AB0 is #D0954F. Grayscale: #606060. Windows color (decimal): -13669712 or 11561519. OLE color: 11561519.

HSL color Cylindrical-coordinate representation of color #2F6AB0: hue angle of 212.56º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F6AB0 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 106 176 -
CMYK 0.73 0.40 0 0.31
HSL 212.56º 0.58% 0.44% -
HSV(B) 212.56º 0.73% 0.69% -
XYZ 14.16 14.05 43.04 -
YUV 96.34 172.95 92.81 -
System Red Green Blue C M Y K H S L
Decimal 47 106 176 0.73 0.40 0 0.31 212.56 0.58 0.44
Hex 2F 6A B0 49 28 0 1F D5 3A 2C
Octal 57 152 260 111 50 0 37 325 72 54
Binary 101111 1101010 10110000 1001001 101000 0 11111 11010101 111010 101100

Color Harmonies of #2F6AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6AB0

Black with #2F6AB0

Text Example


Text Example

White with #2F6AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,106,176); }

 H1.HeaderClassName
 {
   color: #2F6AB0;
 }
 .AnyTagClassName
 {
   color: #2F6AB0;
 }
</style>

background-color css

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

 a { background-color: rgb(47,106,176); }

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

border-color css

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

 span { border-color: rgb(47,106,176); }

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