#3590CC

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

Shades of Curious Blue #3590CC

Tints of Curious Blue #3590CC

Color information

#3590CC (or 0x3590CC) is unknown color: approx Curious Blue. HEX triplet: 35, 90 and CC. RGB value is (53,144,204). Sum of RGB (Red+Green+Blue) = 53+144+204=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #3590CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3590CC is #CA6F33. Grayscale: #7B7B7B. Windows color (decimal): -13266740 or 13406261. OLE color: 13406261.

HSL color Cylindrical-coordinate representation of color #3590CC: hue angle of 203.84º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3590CC is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB53144204-
CMYK0.740.2900.2
HSL203.84º59.68%50.39%-
HSV(B)203.84º74.02%80%-
XYZ22.3425.0660.79-
YUV123.63173.3577.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.22%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 204 (80.08% from 255) = 50.87%
R=13.22%
G=35.91%
B=50.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal531442040.740.2900.2203.8459.6850.39
Hex3590CC4A1D014cc3c32
Octal65220314112350243147462
Binary110101100100001100110010010101110101010011001100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3590CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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