#2577BA

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

Shades of Curious Blue #2577BA

Tints of Curious Blue #2577BA

Color information

#2577BA (or 0x2577BA) is unknown color: approx Curious Blue. HEX triplet: 25, 77 and BA. RGB value is (37,119,186). Sum of RGB (Red+Green+Blue) = 37+119+186=342 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.82% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #2577BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2577BA is #DA8845. Grayscale: #656565. Windows color (decimal): -14321734 or 12220197. OLE color: 12220197.

HSL color Cylindrical-coordinate representation of color #2577BA: hue angle of 206.98º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2577BA is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB37119186-
CMYK0.800.3600.27
HSL206.98º66.82%43.73%-
HSV(B)206.98º80.11%72.94%-
XYZ16.2217.1348.91-
YUV102.12175.3381.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.82%
GREEN value IS 119 (46.88% from 255) = 34.80%
BLUE value IS 186 (73.05% from 255) = 54.39%
R=10.82%
G=34.80%
B=54.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal371191860.800.3600.27206.9866.8243.73
Hex2577BA502401Bcf432c
Octal451672721204403331710354
Binary1001011110111101110101010000100100011011110011111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2577BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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