Html Css Color HEX #3503C5 Medium Blue

📋 copy color: '#3503C5'

red 53 ◦ green 3 ◦ blue 197

#3503C5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #3503C5

Tints of Medium Blue #3503C5

RGB

 RED value IS 53 (21.09% from 255) = 20.95%

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 197 (77.34% from 255) = 77.87%

R = 20.95%
G = 1.19%
B = 77.87%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3503C5 (or 0x3503C5) is known color: Medium Blue. HEX triplet: 35, 03 and C5. RGB value is (53,3,197). Sum of RGB (Red+Green+Blue) = 53+3+197=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 197 (77.34% from 255 or 77.87% from 253); Max value from RGB is 197 - color contains mainly: blue. Hex color #3503C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3503C5 is #CAFC3A. Grayscale: #272727. Windows color (decimal): -13302843 or 12911413. OLE color: 12911413.

HSL color Cylindrical-coordinate representation of color #3503C5: hue angle of 255.46º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3503C5 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 53 3 197 -
CMYK 0.73 0.98 0 0.23
HSL 255.46º 0.97% 0.39% -
HSV(B) 255.46º 0.98% 0.77% -
XYZ 11.58 4.85 53.15 -
YUV 40.07 216.57 137.23 -
System Red Green Blue C M Y K H S L
Decimal 53 3 197 0.73 0.98 0 0.23 255.46 0.97 0.39
Hex 35 3 C5 49 62 0 17 FF 61 27
Octal 65 3 305 111 142 0 27 377 141 47
Binary 110101 11 11000101 1001001 1100010 0 10111 11111111 1100001 100111

Color Harmonies of #3503C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3503C5

Black with #3503C5

Text Example


Text Example

White with #3503C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3503C5; }

 p { color: rgb(53,3,197); }

 H1.HeaderClassName
 {
   color: #3503C5;
 }
 .AnyTagClassName
 {
   color: #3503C5;
 }
</style>

background-color css

<style>
 a { background-color: #3503C5; }

 a { background-color: rgb(53,3,197); }

 div.DivClassName
 {
   background-color: #3503C5;
 }
 .BgClassName
 {
   background-color: #3503C5;
 }
</style>

border-color css

<style>
 span { border-color: #3503C5; }

 span { border-color: rgb(53,3,197); }

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