#3593CA

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

Shades of Curious Blue #3593CA

Tints of Curious Blue #3593CA

Color information

#3593CA (or 0x3593CA) is unknown color: approx Curious Blue. HEX triplet: 35, 93 and CA. RGB value is (53,147,202). Sum of RGB (Red+Green+Blue) = 53+147+202=402 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.18% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #3593CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3593CA is #CA6C35. Grayscale: #7C7C7C. Windows color (decimal): -13265974 or 13275957. OLE color: 13275957.

HSL color Cylindrical-coordinate representation of color #3593CA: hue angle of 202.15º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3593CA is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB53147202-
CMYK0.740.2700.21
HSL202.15º58.43%50%-
HSV(B)202.15º73.76%79.22%-
XYZ22.5625.8959.68-
YUV125.16171.3676.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.18%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 202 (79.30% from 255) = 50.25%
R=13.18%
G=36.57%
B=50.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531472020.740.2700.21202.1558.4350
Hex3593CA4A1B015ca3a32
Octal65223312112330253127262
Binary110101100100111100101010010101101101010111001010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3593CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,147,202); }

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

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

 a { background-color: rgb(53,147,202); }

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

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

 span { border-color: rgb(53,147,202); }

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