#3585CA

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

Shades of Curious Blue #3585CA

Tints of Curious Blue #3585CA

Color information

#3585CA (or 0x3585CA) is unknown color: approx Curious Blue. HEX triplet: 35, 85 and CA. RGB value is (53,133,202). Sum of RGB (Red+Green+Blue) = 53+133+202=388 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.66% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #3585CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3585CA is #CA7A35. Grayscale: #747474. Windows color (decimal): -13269558 or 13272373. OLE color: 13272373.

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

Color convert

RGB53133202-
CMYK0.740.3400.21
HSL207.79º58.43%50%-
HSV(B)207.79º73.76%79.22%-
XYZ20.5221.859-
YUV116.9517682.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.66%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 202 (79.30% from 255) = 52.06%
R=13.66%
G=34.28%
B=52.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531332020.740.3400.21207.7958.4350
Hex3585CA4A22015d03a32
Octal65205312112420253207262
Binary1101011000010111001010100101010001001010111010000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3585CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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