Html Css Color HEX #2F77AA Lochmara

📋 copy color: '#2F77AA'

red 47 ◦ green 119 ◦ blue 170

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

Shades of Lochmara #2F77AA

Tints of Lochmara #2F77AA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.42%

 BLUE value IS 170 (66.8% from 255) = 50.6%

R = 13.99%
G = 35.42%
B = 50.6%

CMYK

 C value IS 0.72

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F77AA (or 0x2F77AA) is known color: Lochmara. HEX triplet: 2F, 77 and AA. RGB value is (47,119,170). Sum of RGB (Red+Green+Blue) = 47+119+170=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F77AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F77AA is #D08855. Grayscale: #676767. Windows color (decimal): -13666390 or 11171631. OLE color: 11171631.

HSL color Cylindrical-coordinate representation of color #2F77AA: hue angle of 204.88º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F77AA is Cyan = 0.72, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 119 170 -
CMYK 0.72 0.3 0 0.33
HSL 204.88º 0.57% 0.43% -
HSV(B) 204.88º 0.72% 0.67% -
XYZ 15.02 16.7 40.46 -
YUV 103.29 165.65 87.85 -
System Red Green Blue C M Y K H S L
Decimal 47 119 170 0.72 0.3 0 0.33 204.88 0.57 0.43
Hex 2F 77 AA 48 1E 0 21 CD 39 2B
Octal 57 167 252 110 36 0 41 315 71 53
Binary 101111 1110111 10101010 1001000 11110 0 100001 11001101 111001 101011

Color Harmonies of #2F77AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F77AA

Black with #2F77AA

Text Example


Text Example

White with #2F77AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,119,170); }

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

background-color css

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

 a { background-color: rgb(47,119,170); }

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

border-color css

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

 span { border-color: rgb(47,119,170); }

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