#3596C0

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

Shades of Curious Blue #3596C0

Tints of Curious Blue #3596C0

Color information

#3596C0 (or 0x3596C0) is unknown color: approx Curious Blue. HEX triplet: 35, 96 and C0. RGB value is (53,150,192). Sum of RGB (Red+Green+Blue) = 53+150+192=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #3596C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3596C0 is #CA693F. Grayscale: #7D7D7D. Windows color (decimal): -13265216 or 12621365. OLE color: 12621365.

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

Color convert

RGB53150192-
CMYK0.720.2200.25
HSL198.13º56.73%48.04%-
HSV(B)198.13º72.4%75.29%-
XYZ21.8926.3853.81-
YUV125.78165.3676.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.42%
GREEN value IS 150 (58.98% from 255) = 37.97%
BLUE value IS 192 (75.39% from 255) = 48.61%
R=13.42%
G=37.97%
B=48.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531501920.720.2200.25198.1356.7348.04
Hex3596C04816019c63930
Octal65226300110260313067160
Binary110101100101101100000010010001011001100111000110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3596C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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