#3595CA

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

Shades of Curious Blue #3595CA

Tints of Curious Blue #3595CA

Color information

#3595CA (or 0x3595CA) is unknown color: approx Curious Blue. HEX triplet: 35, 95 and CA. RGB value is (53,149,202). Sum of RGB (Red+Green+Blue) = 53+149+202=404 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.12% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #3595CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3595CA is #CA6A35. Grayscale: #7E7E7E. Windows color (decimal): -13265462 or 13276469. OLE color: 13276469.

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

Color convert

RGB53149202-
CMYK0.740.2600.21
HSL201.34º58.43%50%-
HSV(B)201.34º73.76%79.22%-
XYZ22.8826.5259.79-
YUV126.34170.775.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.12%
GREEN value IS 149 (58.59% from 255) = 36.88%
BLUE value IS 202 (79.30% from 255) = 50%
R=13.12%
G=36.88%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531492020.740.2600.21201.3458.4350
Hex3595CA4A1A015c93a32
Octal65225312112320253117262
Binary110101100101011100101010010101101001010111001001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3595CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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