#3590C0

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

Shades of Curious Blue #3590C0

Tints of Curious Blue #3590C0

Color information

#3590C0 (or 0x3590C0) is unknown color: approx Curious Blue. HEX triplet: 35, 90 and C0. RGB value is (53,144,192). Sum of RGB (Red+Green+Blue) = 53+144+192=389 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.62% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #3590C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3590C0 is #CA6F3F. Grayscale: #797979. Windows color (decimal): -13266752 or 12619829. OLE color: 12619829.

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

Color convert

RGB53144192-
CMYK0.720.2500.25
HSL200.72º56.73%48.04%-
HSV(B)200.72º72.4%75.29%-
XYZ20.9624.5153.5-
YUV122.26167.3578.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.62%
GREEN value IS 144 (56.64% from 255) = 37.02%
BLUE value IS 192 (75.39% from 255) = 49.36%
R=13.62%
G=37.02%
B=49.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531441920.720.2500.25200.7256.7348.04
Hex3590C04819019c93930
Octal65220300110310313117160
Binary110101100100001100000010010001100101100111001001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3590C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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