#3585CB

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

Shades of Curious Blue #3585CB

Tints of Curious Blue #3585CB

Color information

#3585CB (or 0x3585CB) is unknown color: approx Curious Blue. HEX triplet: 35, 85 and CB. RGB value is (53,133,203). Sum of RGB (Red+Green+Blue) = 53+133+203=389 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.62% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #3585CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3585CB is #CA7A34. Grayscale: #747474. Windows color (decimal): -13269557 or 13337909. OLE color: 13337909.

HSL color Cylindrical-coordinate representation of color #3585CB: hue angle of 208º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3585CB is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB53133203-
CMYK0.740.3400.20
HSL208º59.06%50.2%-
HSV(B)208º73.89%79.61%-
XYZ20.6421.8459.63-
YUV117.06176.582.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.62%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 203 (79.69% from 255) = 52.19%
R=13.62%
G=34.19%
B=52.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal531332030.740.3400.2020859.0650.2
Hex3585CB4A22014d03b32
Octal65205313112420243207362
Binary1101011000010111001011100101010001001010011010000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3585CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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