#2584CA

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

Shades of Curious Blue #2584CA

Tints of Curious Blue #2584CA

Color information

#2584CA (or 0x2584CA) is unknown color: approx Curious Blue. HEX triplet: 25, 84 and CA. RGB value is (37,132,202). Sum of RGB (Red+Green+Blue) = 37+132+202=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #2584CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2584CA is #DA7B35. Grayscale: #6F6F6F. Windows color (decimal): -14318390 or 13272101. OLE color: 13272101.

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

Color convert

RGB37132202-
CMYK0.820.3500.21
HSL205.45º69.04%46.86%-
HSV(B)205.45º81.68%79.22%-
XYZ19.6721.1658.92-
YUV111.58179.0374.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.97%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 202 (79.30% from 255) = 54.45%
R=9.97%
G=35.58%
B=54.45%

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
Decimal371322020.820.3500.21205.4569.0446.86
Hex2584CA5223015cd452f
Octal452043121224302531510557
Binary10010110000100110010101010010100011010101110011011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2584CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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