#3586C8

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

Shades of Curious Blue #3586C8

Tints of Curious Blue #3586C8

Color information

#3586C8 (or 0x3586C8) is unknown color: approx Curious Blue. HEX triplet: 35, 86 and C8. RGB value is (53,134,200). Sum of RGB (Red+Green+Blue) = 53+134+200=387 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.70% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 200 (78.52% from 255 or 51.68% from 387); Max value from RGB is 200 - color contains mainly: blue. Hex color #3586C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3586C8 is #CA7937. Grayscale: #747474. Windows color (decimal): -13269304 or 13141557. OLE color: 13141557.

HSL color Cylindrical-coordinate representation of color #3586C8: hue angle of 206.94º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3586C8 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB53134200-
CMYK0.740.3300.22
HSL206.94º58.1%49.61%-
HSV(B)206.94º73.5%78.43%-
XYZ20.4221.9857.81-
YUV117.3174.6682.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.70%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 200 (78.52% from 255) = 51.68%
R=13.70%
G=34.63%
B=51.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal531342000.740.3300.22206.9458.149.61
Hex3586C84A21016cf3a32
Octal65206310112410263177262
Binary1101011000011011001000100101010000101011011001111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3586C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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