Html Css Color HEX #3301BC Medium Blue

📋 copy color: '#3301BC'

red 51 ◦ green 1 ◦ blue 188

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

Shades of Medium Blue #3301BC

Tints of Medium Blue #3301BC

RGB

 RED value IS 51 (20.31% from 255) = 21.25%

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

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

R = 21.25%
G = 0.42%
B = 78.33%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3301BC (or 0x3301BC) is known color: Medium Blue. HEX triplet: 33, 01 and BC. RGB value is (51,1,188). Sum of RGB (Red+Green+Blue) = 51+1+188=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 188 (73.83% from 255 or 78.33% from 240); Max value from RGB is 188 - color contains mainly: blue. Hex color #3301BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3301BC is #CCFE43. Grayscale: #242424. Windows color (decimal): -13434436 or 12321075. OLE color: 12321075.

HSL color Cylindrical-coordinate representation of color #3301BC: hue angle of 256.04º 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 #3301BC is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 1 188 -
CMYK 0.73 0.99 0 0.26
HSL 256.04º 0.99% 0.37% -
HSV(B) 256.04º 0.99% 0.74% -
XYZ 10.45 4.36 47.87 -
YUV 37.27 213.07 137.79 -
System Red Green Blue C M Y K H S L
Decimal 51 1 188 0.73 0.99 0 0.26 256.04 0.99 0.37
Hex 33 1 BC 49 63 0 1A 100 63 25
Octal 63 1 274 111 143 0 32 400 143 45
Binary 110011 1 10111100 1001001 1100011 0 11010 100000000 1100011 100101

Color Harmonies of #3301BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3301BC

Black with #3301BC

Text Example


Text Example

White with #3301BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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