Html Css Color HEX #2477AD Lochmara

📋 copy color: '#2477AD'

red 36 ◦ green 119 ◦ blue 173

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

Shades of Lochmara #2477AD

Tints of Lochmara #2477AD

RGB

 RED value IS 36 (14.45% from 255) = 10.98%

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

 BLUE value IS 173 (67.97% from 255) = 52.74%

R = 10.98%
G = 36.28%
B = 52.74%

CMYK

 C value IS 0.79

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2477AD (or 0x2477AD) is known color: Lochmara. HEX triplet: 24, 77 and AD. RGB value is (36,119,173). Sum of RGB (Red+Green+Blue) = 36+119+173=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #2477AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2477AD is #DB8852. Grayscale: #646464. Windows color (decimal): -14387283 or 11368228. OLE color: 11368228.

HSL color Cylindrical-coordinate representation of color #2477AD: hue angle of 203.65º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2477AD is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 119 173 -
CMYK 0.79 0.31 0 0.32
HSL 203.65º 0.66% 0.41% -
HSV(B) 203.65º 0.79% 0.68% -
XYZ 14.87 16.59 41.95 -
YUV 100.34 169 82.11 -
System Red Green Blue C M Y K H S L
Decimal 36 119 173 0.79 0.31 0 0.32 203.65 0.66 0.41
Hex 24 77 AD 4F 1F 0 20 CC 42 29
Octal 44 167 255 117 37 0 40 314 102 51
Binary 100100 1110111 10101101 1001111 11111 0 100000 11001100 1000010 101001

Color Harmonies of #2477AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2477AD

Black with #2477AD

Text Example


Text Example

White with #2477AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2477AD; }

 p { color: rgb(36,119,173); }

 H1.HeaderClassName
 {
   color: #2477AD;
 }
 .AnyTagClassName
 {
   color: #2477AD;
 }
</style>

background-color css

<style>
 a { background-color: #2477AD; }

 a { background-color: rgb(36,119,173); }

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

border-color css

<style>
 span { border-color: #2477AD; }

 span { border-color: rgb(36,119,173); }

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