#3586BC

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

Shades of Curious Blue #3586BC

Tints of Curious Blue #3586BC

Color information

#3586BC (or 0x3586BC) is unknown color: approx Curious Blue. HEX triplet: 35, 86 and BC. RGB value is (53,134,188). Sum of RGB (Red+Green+Blue) = 53+134+188=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #3586BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3586BC is #CA7943. Grayscale: #737373. Windows color (decimal): -13269316 or 12355125. OLE color: 12355125.

HSL color Cylindrical-coordinate representation of color #3586BC: hue angle of 204º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3586BC is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB53134188-
CMYK0.720.2900.26
HSL204º56.02%47.25%-
HSV(B)204º71.81%73.73%-
XYZ19.0721.4450.71-
YUV115.94168.6683.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.13%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 188 (73.83% from 255) = 50.13%
R=14.13%
G=35.73%
B=50.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531341880.720.2900.2620456.0247.25
Hex3586BC481D01Acc382f
Octal65206274110350323147057
Binary110101100001101011110010010001110101101011001100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3586BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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