#3585D6

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

Shades of Curious Blue #3585D6

Tints of Curious Blue #3585D6

Color information

#3585D6 (or 0x3585D6) is unknown color: approx Curious Blue. HEX triplet: 35, 85 and D6. RGB value is (53,133,214). Sum of RGB (Red+Green+Blue) = 53+133+214=400 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.25% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 214 (83.98% from 255 or 53.5% from 400); Max value from RGB is 214 - color contains mainly: blue. Hex color #3585D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3585D6 is #CA7A29. Grayscale: #757575. Windows color (decimal): -13269546 or 14058805. OLE color: 14058805.

HSL color Cylindrical-coordinate representation of color #3585D6: hue angle of 210.19º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3585D6 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB53133214-
CMYK0.750.3800.16
HSL210.19º66.26%52.35%-
HSV(B)210.19º75.23%83.92%-
XYZ21.9922.3966.78-
YUV118.3118281.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.25%
GREEN value IS 133 (52.34% from 255) = 33.25%
BLUE value IS 214 (83.98% from 255) = 53.5%
R=13.25%
G=33.25%
B=53.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal531332140.750.3800.16210.1966.2652.35
Hex3585D64B26010d24234
Octal652053261134602032210264
Binary11010110000101110101101001011100110010000110100101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3585D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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