#3594CA

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

Shades of Curious Blue #3594CA

Tints of Curious Blue #3594CA

Color information

#3594CA (or 0x3594CA) is unknown color: approx Curious Blue. HEX triplet: 35, 94 and CA. RGB value is (53,148,202). Sum of RGB (Red+Green+Blue) = 53+148+202=403 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.15% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #3594CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3594CA is #CA6B35. Grayscale: #7D7D7D. Windows color (decimal): -13265718 or 13276213. OLE color: 13276213.

HSL color Cylindrical-coordinate representation of color #3594CA: hue angle of 201.74º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3594CA is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB53148202-
CMYK0.740.2700.21
HSL201.74º58.43%50%-
HSV(B)201.74º73.76%79.22%-
XYZ22.7226.259.74-
YUV125.75171.0376.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.15%
GREEN value IS 148 (58.20% from 255) = 36.72%
BLUE value IS 202 (79.30% from 255) = 50.12%
R=13.15%
G=36.72%
B=50.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531482020.740.2700.21201.7458.4350
Hex3594CA4A1B015ca3a32
Octal65224312112330253127262
Binary110101100101001100101010010101101101010111001010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3594CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3594CA; }

 p { color: rgb(53,148,202); }

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

<style>
 a { background-color: #3594CA; }

 a { background-color: rgb(53,148,202); }

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

<style>
 span { border-color: #3594CA; }

 span { border-color: rgb(53,148,202); }

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