#3597BC

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

Shades of Pelorous #3597BC

Tints of Pelorous #3597BC

Color information

#3597BC (or 0x3597BC) is unknown color: approx Pelorous. HEX triplet: 35, 97 and BC. RGB value is (53,151,188). Sum of RGB (Red+Green+Blue) = 53+151+188=392 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.52% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #3597BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3597BC is #CA6843. Grayscale: #7D7D7D. Windows color (decimal): -13264964 or 12359477. OLE color: 12359477.

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

Color convert

RGB53151188-
CMYK0.720.2000.26
HSL196.44º56.02%47.25%-
HSV(B)196.44º71.81%73.73%-
XYZ21.6126.5251.56-
YUV125.92163.0375.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.52%
GREEN value IS 151 (59.38% from 255) = 38.52%
BLUE value IS 188 (73.83% from 255) = 47.96%
R=13.52%
G=38.52%
B=47.96%

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
Decimal531511880.720.2000.26196.4456.0247.25
Hex3597BC481401Ac4382f
Octal65227274110240323047057
Binary110101100101111011110010010001010001101011000100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3597BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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