#2577b4

Color #2577B4 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #2577B4

Tints of Lochmara #2577B4

Color information

#2577B4 (or 0x2577B4) is unknown color: approx Lochmara. HEX triplet: 25, 77 and B4. RGB value is (37,119,180). Sum of RGB (Red+Green+Blue) = 37+119+180=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 180 (70.70% from 255 or 53.57% from 336); Max value from RGB is 180 - color contains mainly: blue. Hex color #2577B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2577B4 is #DA884B. Grayscale: #656565. Windows color (decimal): -14321740 or 11826981. OLE color: 11826981.

HSL color Cylindrical-coordinate representation of color #2577B4: hue angle of 205.59º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2577B4 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB37119180-
CMYK0.790.3400.29
HSL205.59º65.9%42.55%-
HSV(B)205.59º79.44%70.59%-
XYZ15.616.8845.62-
YUV101.44172.3382.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.01%
GREEN value IS 119 (46.88% from 255) = 35.42%
BLUE value IS 180 (70.70% from 255) = 53.57%
R=11.01%
G=35.42%
B=53.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal371191800.790.3400.29205.5965.942.55
Hex2577B44F2201Dce422b
Octal451672641174203531610253
Binary1001011110111101101001001111100010011101110011101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2577b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2577b4; }

 p { color: rgb(37,119,180); }

 H1.HeaderClassName
 {
   color: #2577b4;
 }
 .AnyTagClassName
 {
   color: #2577b4;
 }
</style>
background-color css

<style>
 a { background-color: #2577b4; }

 a { background-color: rgb(37,119,180); }

 div.DivClassName
 {
   background-color: #2577b4;
 }
 .BgClassName
 {
   background-color: #2577b4;
 }
</style>
border-color css

<style>
 span { border-color: #2577b4; }

 span { border-color: rgb(37,119,180); }

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