#3573ca

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

Shades of Curious Blue #3573CA

Tints of Curious Blue #3573CA

Color information

#3573CA (or 0x3573CA) is unknown color: approx Curious Blue. HEX triplet: 35, 73 and CA. RGB value is (53,115,202). Sum of RGB (Red+Green+Blue) = 53+115+202=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #3573CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3573CA is #CA8C35. Grayscale: #696969. Windows color (decimal): -13274166 or 13267765. OLE color: 13267765.

HSL color Cylindrical-coordinate representation of color #3573CA: hue angle of 215.03º 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 #3573CA is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB53115202-
CMYK0.740.4300.21
HSL215.03º58.43%50%-
HSV(B)215.03º73.76%79.22%-
XYZ18.2617.2858.25-
YUV106.38181.9689.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.32%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 202 (79.30% from 255) = 54.59%
R=14.32%
G=31.08%
B=54.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531152020.740.4300.21215.0358.4350
Hex3573CA4A2B015d73a32
Octal65163312112530253277262
Binary110101111001111001010100101010101101010111010111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3573ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3573ca; }

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

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

<style>
 a { background-color: #3573ca; }

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

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

<style>
 span { border-color: #3573ca; }

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

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