Html Css Color HEX #3501CB Medium Blue

📋 copy color: '#3501CB'

red 53 ◦ green 1 ◦ blue 203

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

Shades of Medium Blue #3501CB

Tints of Medium Blue #3501CB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 20.62%
G = 0.39%
B = 78.99%

CMYK

 C value IS 0.74

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3501CB (or 0x3501CB) is known color: Medium Blue. HEX triplet: 35, 01 and CB. RGB value is (53,1,203). Sum of RGB (Red+Green+Blue) = 53+1+203=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 203 (79.69% from 255 or 78.99% from 257); Max value from RGB is 203 - color contains mainly: blue. Hex color #3501CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3501CB is #CAFE34. Grayscale: #262626. Windows color (decimal): -13303349 or 13304117. OLE color: 13304117.

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

Color convert

RGB 53 1 203 -
CMYK 0.74 1.00 0 0.20
HSL 255.45º 0.99% 0.4% -
HSV(B) 255.45º 1% 0.8% -
XYZ 12.26 5.09 56.84 -
YUV 39.58 220.23 137.57 -
System Red Green Blue C M Y K H S L
Decimal 53 1 203 0.74 1.00 0 0.20 255.45 0.99 0.4
Hex 35 1 CB 4A 64 0 14 FF 63 28
Octal 65 1 313 112 144 0 24 377 143 50
Binary 110101 1 11001011 1001010 1100100 0 10100 11111111 1100011 101000

Color Harmonies of #3501CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3501CB

Black with #3501CB

Text Example


Text Example

White with #3501CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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