#3599C0

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

Shades of Pelorous #3599C0

Tints of Pelorous #3599C0

Color information

#3599C0 (or 0x3599C0) is unknown color: approx Pelorous. HEX triplet: 35, 99 and C0. RGB value is (53,153,192). Sum of RGB (Red+Green+Blue) = 53+153+192=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #3599C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3599C0 is #CA663F. Grayscale: #7F7F7F. Windows color (decimal): -13264448 or 12622133. OLE color: 12622133.

HSL color Cylindrical-coordinate representation of color #3599C0: hue angle of 196.83º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3599C0 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB53153192-
CMYK0.720.2000.25
HSL196.83º56.73%48.04%-
HSV(B)196.83º72.4%75.29%-
XYZ22.3727.3553.97-
YUV127.55164.3774.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.32%
GREEN value IS 153 (60.16% from 255) = 38.44%
BLUE value IS 192 (75.39% from 255) = 48.24%
R=13.32%
G=38.44%
B=48.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531531920.720.2000.25196.8356.7348.04
Hex3599C04814019c53930
Octal65231300110240313057160
Binary110101100110011100000010010001010001100111000101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3599C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3599C0; }

 p { color: rgb(53,153,192); }

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

<style>
 a { background-color: #3599C0; }

 a { background-color: rgb(53,153,192); }

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

<style>
 span { border-color: #3599C0; }

 span { border-color: rgb(53,153,192); }

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