#3596BC

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

Shades of Pelorous #3596BC

Tints of Pelorous #3596BC

Color information

#3596BC (or 0x3596BC) is unknown color: approx Pelorous. HEX triplet: 35, 96 and BC. RGB value is (53,150,188). Sum of RGB (Red+Green+Blue) = 53+150+188=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #3596BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3596BC is #CA6943. Grayscale: #7D7D7D. Windows color (decimal): -13265220 or 12359221. OLE color: 12359221.

HSL color Cylindrical-coordinate representation of color #3596BC: hue angle of 196.89º 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 #3596BC is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB53150188-
CMYK0.720.2000.26
HSL196.89º56.02%47.25%-
HSV(B)196.89º71.81%73.73%-
XYZ21.4526.251.5-
YUV125.33163.3676.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.55%
GREEN value IS 150 (58.98% from 255) = 38.36%
BLUE value IS 188 (73.83% from 255) = 48.08%
R=13.55%
G=38.36%
B=48.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531501880.720.2000.26196.8956.0247.25
Hex3596BC481401Ac5382f
Octal65226274110240323057057
Binary110101100101101011110010010001010001101011000101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3596BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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