#2589C9

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

Shades of Curious Blue #2589C9

Tints of Curious Blue #2589C9

Color information

#2589C9 (or 0x2589C9) is unknown color: approx Curious Blue. HEX triplet: 25, 89 and C9. RGB value is (37,137,201). Sum of RGB (Red+Green+Blue) = 37+137+201=375 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.87% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 201 (78.91% from 255 or 53.6% from 375); Max value from RGB is 201 - color contains mainly: blue. Hex color #2589C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2589C9 is #DA7636. Grayscale: #727272. Windows color (decimal): -14317111 or 13207845. OLE color: 13207845.

HSL color Cylindrical-coordinate representation of color #2589C9: hue angle of 203.41º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2589C9 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB37137201-
CMYK0.820.3200.21
HSL203.41º68.91%46.67%-
HSV(B)203.41º81.59%78.82%-
XYZ20.2522.558.53-
YUV114.4176.8772.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.87%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 201 (78.91% from 255) = 53.6%
R=9.87%
G=36.53%
B=53.6%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal371372010.820.3200.21203.4168.9146.67
Hex2589C95220015cb452f
Octal452113111224002531310557
Binary10010110001001110010011010010100000010101110010111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2589C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2589C9; }

 p { color: rgb(37,137,201); }

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

<style>
 a { background-color: #2589C9; }

 a { background-color: rgb(37,137,201); }

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

<style>
 span { border-color: #2589C9; }

 span { border-color: rgb(37,137,201); }

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