#2583CA

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

Shades of Curious Blue #2583CA

Tints of Curious Blue #2583CA

Color information

#2583CA (or 0x2583CA) is unknown color: approx Curious Blue. HEX triplet: 25, 83 and CA. RGB value is (37,131,202). Sum of RGB (Red+Green+Blue) = 37+131+202=370 (49% of max value = 765). Red value is 37 (14.84% from 255 or 10% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #2583CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2583CA is #DA7C35. Grayscale: #6E6E6E. Windows color (decimal): -14318646 or 13271845. OLE color: 13271845.

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

Color convert

RGB37131202-
CMYK0.820.3500.21
HSL205.82º69.04%46.86%-
HSV(B)205.82º81.68%79.22%-
XYZ19.5420.8958.88-
YUV110.99179.3675.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 202 (79.30% from 255) = 54.59%
R=10%
G=35.41%
B=54.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal371312020.820.3500.21205.8269.0446.86
Hex2583CA5223015ce452f
Octal452033121224302531610557
Binary10010110000011110010101010010100011010101110011101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2583CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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