#3586CA

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

Shades of Curious Blue #3586CA

Tints of Curious Blue #3586CA

Color information

#3586CA (or 0x3586CA) is unknown color: approx Curious Blue. HEX triplet: 35, 86 and CA. RGB value is (53,134,202). Sum of RGB (Red+Green+Blue) = 53+134+202=389 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.62% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #3586CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3586CA is #CA7935. Grayscale: #757575. Windows color (decimal): -13269302 or 13272629. OLE color: 13272629.

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

Color convert

RGB53134202-
CMYK0.740.3400.21
HSL207.38º58.43%50%-
HSV(B)207.38º73.76%79.22%-
XYZ20.6522.0759.05-
YUV117.53175.6681.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.62%
GREEN value IS 134 (52.73% from 255) = 34.45%
BLUE value IS 202 (79.30% from 255) = 51.93%
R=13.62%
G=34.45%
B=51.93%

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
Decimal531342020.740.3400.21207.3858.4350
Hex3586CA4A22015cf3a32
Octal65206312112420253177262
Binary1101011000011011001010100101010001001010111001111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3586CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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