Html Css Color HEX #2579AB Lochmara

📋 copy color: '#2579AB'

red 37 ◦ green 121 ◦ blue 171

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

Shades of Lochmara #2579AB

Tints of Lochmara #2579AB

RGB

 RED value IS 37 (14.84% from 255) = 11.25%

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

 BLUE value IS 171 (67.19% from 255) = 51.98%

R = 11.25%
G = 36.78%
B = 51.98%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2579AB (or 0x2579AB) is known color: Lochmara. HEX triplet: 25, 79 and AB. RGB value is (37,121,171). Sum of RGB (Red+Green+Blue) = 37+121+171=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #2579AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2579AB is #DA8654. Grayscale: #656565. Windows color (decimal): -14321237 or 11237669. OLE color: 11237669.

HSL color Cylindrical-coordinate representation of color #2579AB: hue angle of 202.39º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2579AB is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 121 171 -
CMYK 0.78 0.29 0 0.33
HSL 202.39º 0.64% 0.41% -
HSV(B) 202.39º 0.78% 0.67% -
XYZ 14.95 17.01 41.02 -
YUV 101.58 167.17 81.93 -
System Red Green Blue C M Y K H S L
Decimal 37 121 171 0.78 0.29 0 0.33 202.39 0.64 0.41
Hex 25 79 AB 4E 1D 0 21 CA 40 29
Octal 45 171 253 116 35 0 41 312 100 51
Binary 100101 1111001 10101011 1001110 11101 0 100001 11001010 1000000 101001

Color Harmonies of #2579AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2579AB

Black with #2579AB

Text Example


Text Example

White with #2579AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2579AB; }

 p { color: rgb(37,121,171); }

 H1.HeaderClassName
 {
   color: #2579AB;
 }
 .AnyTagClassName
 {
   color: #2579AB;
 }
</style>

background-color css

<style>
 a { background-color: #2579AB; }

 a { background-color: rgb(37,121,171); }

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

border-color css

<style>
 span { border-color: #2579AB; }

 span { border-color: rgb(37,121,171); }

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