#2582CA

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

Shades of Curious Blue #2582CA

Tints of Curious Blue #2582CA

Color information

#2582CA (or 0x2582CA) is unknown color: approx Curious Blue. HEX triplet: 25, 82 and CA. RGB value is (37,130,202). Sum of RGB (Red+Green+Blue) = 37+130+202=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #2582CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2582CA is #DA7D35. Grayscale: #6E6E6E. Windows color (decimal): -14318902 or 13271589. OLE color: 13271589.

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

Color convert

RGB37130202-
CMYK0.820.3600.21
HSL206.18º69.04%46.86%-
HSV(B)206.18º81.68%79.22%-
XYZ19.4120.6258.83-
YUV110.4179.6975.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.03%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 202 (79.30% from 255) = 54.74%
R=10.03%
G=35.23%
B=54.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal371302020.820.3600.21206.1869.0446.86
Hex2582CA5224015ce452f
Octal452023121224402531610557
Binary10010110000010110010101010010100100010101110011101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2582CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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