#3586CF

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

Shades of Curious Blue #3586CF

Tints of Curious Blue #3586CF

Color information

#3586CF (or 0x3586CF) is unknown color: approx Curious Blue. HEX triplet: 35, 86 and CF. RGB value is (53,134,207). Sum of RGB (Red+Green+Blue) = 53+134+207=394 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.45% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #3586CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3586CF is #CA7930. Grayscale: #757575. Windows color (decimal): -13269297 or 13600309. OLE color: 13600309.

HSL color Cylindrical-coordinate representation of color #3586CF: hue angle of 208.44º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3586CF is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB53134207-
CMYK0.740.3500.19
HSL208.44º61.6%50.98%-
HSV(B)208.44º74.4%81.18%-
XYZ21.2622.3162.22-
YUV118.1178.1681.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.45%
GREEN value IS 134 (52.73% from 255) = 34.01%
BLUE value IS 207 (81.25% from 255) = 52.54%
R=13.45%
G=34.01%
B=52.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal531342070.740.3500.19208.4461.650.98
Hex3586CF4A23013d03e33
Octal65206317112430233207663
Binary1101011000011011001111100101010001101001111010000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3586CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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