#2585CA

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

Shades of Curious Blue #2585CA

Tints of Curious Blue #2585CA

Color information

#2585CA (or 0x2585CA) is unknown color: approx Curious Blue. HEX triplet: 25, 85 and CA. RGB value is (37,133,202). Sum of RGB (Red+Green+Blue) = 37+133+202=372 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.95% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #2585CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2585CA is #DA7A35. Grayscale: #6F6F6F. Windows color (decimal): -14318134 or 13272357. OLE color: 13272357.

HSL color Cylindrical-coordinate representation of color #2585CA: hue angle of 205.09º 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 #2585CA is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB37133202-
CMYK0.820.3400.21
HSL205.09º69.04%46.86%-
HSV(B)205.09º81.68%79.22%-
XYZ19.8121.4358.97-
YUV112.16178.774.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.95%
GREEN value IS 133 (52.34% from 255) = 35.75%
BLUE value IS 202 (79.30% from 255) = 54.30%
R=9.95%
G=35.75%
B=54.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal371332020.820.3400.21205.0969.0446.86
Hex2585CA5222015cd452f
Octal452053121224202531510557
Binary10010110000101110010101010010100010010101110011011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2585CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2585CA; }

 p { color: rgb(37,133,202); }

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

<style>
 a { background-color: #2585CA; }

 a { background-color: rgb(37,133,202); }

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

<style>
 span { border-color: #2585CA; }

 span { border-color: rgb(37,133,202); }

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