#2585B7

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

Shades of Curious Blue #2585B7

Tints of Curious Blue #2585B7

Color information

#2585B7 (or 0x2585B7) is unknown color: approx Curious Blue. HEX triplet: 25, 85 and B7. RGB value is (37,133,183). Sum of RGB (Red+Green+Blue) = 37+133+183=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 183 (71.88% from 255 or 51.84% from 353); Max value from RGB is 183 - color contains mainly: blue. Hex color #2585B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2585B7 is #DA7A48. Grayscale: #6D6D6D. Windows color (decimal): -14318153 or 12027173. OLE color: 12027173.

HSL color Cylindrical-coordinate representation of color #2585B7: hue angle of 200.55º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2585B7 is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB37133183-
CMYK0.800.2700.28
HSL200.55º66.36%43.14%-
HSV(B)200.55º79.78%71.76%-
XYZ17.720.5947.84-
YUV110169.275.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.48%
GREEN value IS 133 (52.34% from 255) = 37.68%
BLUE value IS 183 (71.88% from 255) = 51.84%
R=10.48%
G=37.68%
B=51.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal371331830.800.2700.28200.5566.3643.14
Hex2585B7501B01Cc9422b
Octal452052671203303431110253
Binary1001011000010110110111101000011011011100110010011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2585B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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