#3597BA

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

Shades of Pelorous #3597BA

Tints of Pelorous #3597BA

Color information

#3597BA (or 0x3597BA) is unknown color: approx Pelorous. HEX triplet: 35, 97 and BA. RGB value is (53,151,186). Sum of RGB (Red+Green+Blue) = 53+151+186=390 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.59% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #3597BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3597BA is #CA6845. Grayscale: #7D7D7D. Windows color (decimal): -13264966 or 12228405. OLE color: 12228405.

HSL color Cylindrical-coordinate representation of color #3597BA: hue angle of 195.79º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3597BA is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB53151186-
CMYK0.720.1900.27
HSL195.79º55.65%46.86%-
HSV(B)195.79º71.51%72.94%-
XYZ21.426.4450.43-
YUV125.69162.0376.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.59%
GREEN value IS 151 (59.38% from 255) = 38.72%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=13.59%
G=38.72%
B=47.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531511860.720.1900.27195.7955.6546.86
Hex3597BA481301Bc4382f
Octal65227272110230333047057
Binary110101100101111011101010010001001101101111000100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3597BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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