Html Css Color HEX #3503CB Medium Blue

📋 copy color: '#3503CB'

red 53 ◦ green 3 ◦ blue 203

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

Shades of Medium Blue #3503CB

Tints of Medium Blue #3503CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 78.38%

R = 20.46%
G = 1.16%
B = 78.38%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3503CB (or 0x3503CB) is known color: Medium Blue. HEX triplet: 35, 03 and CB. RGB value is (53,3,203). Sum of RGB (Red+Green+Blue) = 53+3+203=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 203 (79.69% from 255 or 78.38% from 259); Max value from RGB is 203 - color contains mainly: blue. Hex color #3503CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3503CB is #CAFC34. Grayscale: #282828. Windows color (decimal): -13302837 or 13304629. OLE color: 13304629.

HSL color Cylindrical-coordinate representation of color #3503CB: hue angle of 255º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3503CB is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 3 203 -
CMYK 0.74 0.99 0 0.20
HSL 255º 0.97% 0.4% -
HSV(B) 255º 0.99% 0.8% -
XYZ 12.28 5.13 56.84 -
YUV 40.75 219.57 136.74 -
System Red Green Blue C M Y K H S L
Decimal 53 3 203 0.74 0.99 0 0.20 255 0.97 0.4
Hex 35 3 CB 4A 63 0 14 FF 61 28
Octal 65 3 313 112 143 0 24 377 141 50
Binary 110101 11 11001011 1001010 1100011 0 10100 11111111 1100001 101000

Color Harmonies of #3503CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3503CB

Black with #3503CB

Text Example


Text Example

White with #3503CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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