Html Css Color HEX #2479AA Lochmara

📋 copy color: '#2479AA'

red 36 ◦ green 121 ◦ blue 170

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

Shades of Lochmara #2479AA

Tints of Lochmara #2479AA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37%

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

R = 11.01%
G = 37%
B = 51.99%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2479AA (or 0x2479AA) is known color: Lochmara. HEX triplet: 24, 79 and AA. RGB value is (36,121,170). Sum of RGB (Red+Green+Blue) = 36+121+170=327 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.01% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #2479AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2479AA is #DB8655. Grayscale: #646464. Windows color (decimal): -14386774 or 11172132. OLE color: 11172132.

HSL color Cylindrical-coordinate representation of color #2479AA: hue angle of 201.94º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2479AA is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 121 170 -
CMYK 0.79 0.29 0 0.33
HSL 201.94º 0.65% 0.4% -
HSV(B) 201.94º 0.79% 0.67% -
XYZ 14.82 16.95 40.52 -
YUV 101.17 166.84 81.52 -
System Red Green Blue C M Y K H S L
Decimal 36 121 170 0.79 0.29 0 0.33 201.94 0.65 0.4
Hex 24 79 AA 4F 1D 0 21 CA 41 28
Octal 44 171 252 117 35 0 41 312 101 50
Binary 100100 1111001 10101010 1001111 11101 0 100001 11001010 1000001 101000

Color Harmonies of #2479AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2479AA

Black with #2479AA

Text Example


Text Example

White with #2479AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2479AA; }

 p { color: rgb(36,121,170); }

 H1.HeaderClassName
 {
   color: #2479AA;
 }
 .AnyTagClassName
 {
   color: #2479AA;
 }
</style>

background-color css

<style>
 a { background-color: #2479AA; }

 a { background-color: rgb(36,121,170); }

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

border-color css

<style>
 span { border-color: #2479AA; }

 span { border-color: rgb(36,121,170); }

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