Html Css Color HEX #3501BC Medium Blue

📋 copy color: '#3501BC'

red 53 ◦ green 1 ◦ blue 188

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

Shades of Medium Blue #3501BC

Tints of Medium Blue #3501BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 77.69%

R = 21.9%
G = 0.41%
B = 77.69%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3501BC (or 0x3501BC) is known color: Medium Blue. HEX triplet: 35, 01 and BC. RGB value is (53,1,188). Sum of RGB (Red+Green+Blue) = 53+1+188=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 188 (73.83% from 255 or 77.69% from 242); Max value from RGB is 188 - color contains mainly: blue. Hex color #3501BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3501BC is #CAFE43. Grayscale: #252525. Windows color (decimal): -13303364 or 12321077. OLE color: 12321077.

HSL color Cylindrical-coordinate representation of color #3501BC: hue angle of 256.68º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3501BC is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 1 188 -
CMYK 0.72 0.99 0 0.26
HSL 256.68º 0.99% 0.37% -
HSV(B) 256.68º 0.99% 0.74% -
XYZ 10.56 4.41 47.87 -
YUV 37.87 212.73 138.79 -
System Red Green Blue C M Y K H S L
Decimal 53 1 188 0.72 0.99 0 0.26 256.68 0.99 0.37
Hex 35 1 BC 48 63 0 1A 101 63 25
Octal 65 1 274 110 143 0 32 401 143 45
Binary 110101 1 10111100 1001000 1100011 0 11010 100000001 1100011 100101

Color Harmonies of #3501BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3501BC

Black with #3501BC

Text Example


Text Example

White with #3501BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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