#3505CA

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

Shades of Medium Blue #3505CA

Tints of Medium Blue #3505CA

Color information

#3505CA (or 0x3505CA) is unknown color: approx Medium Blue. HEX triplet: 35, 05 and CA. RGB value is (53,5,202). Sum of RGB (Red+Green+Blue) = 53+5+202=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 202 (79.30% from 255 or 77.69% from 260); Max value from RGB is 202 - color contains mainly: blue. Hex color #3505CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3505CA is #CAFA35. Grayscale: #292929. Windows color (decimal): -13302326 or 13239605. OLE color: 13239605.

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

Color convert

RGB535202-
CMYK0.740.9800.21
HSL254.62º95.17%40.59%-
HSV(B)254.62º97.52%79.22%-
XYZ12.185.1356.23-
YUV41.81218.4135.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 5 (2.34% from 255) = 1.92%
BLUE value IS 202 (79.30% from 255) = 77.69%
R=20.38%
G=1.92%
B=77.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal5352020.740.9800.21254.6295.1740.59
Hex355CA4A62015ff5f29
Octal65531211214202537713751
Binary1101011011100101010010101100010010101111111111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3505CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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