Html Css Color HEX #3300BD Medium Blue

📋 copy color: '#3300BD'

red 51 ◦ green 0 ◦ blue 189

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

Shades of Medium Blue #3300BD

Tints of Medium Blue #3300BD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 189 (74.22% from 255) = 78.75%

R = 21.25%
G = 0%
B = 78.75%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3300BD (or 0x3300BD) is known color: Medium Blue. HEX triplet: 33, 00 and BD. RGB value is (51,0,189). Sum of RGB (Red+Green+Blue) = 51+0+189=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 189 (74.22% from 255 or 78.75% from 240); Max value from RGB is 189 - color contains mainly: blue. Hex color #3300BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3300BD is #CCFF42. Grayscale: #242424. Windows color (decimal): -13434691 or 12386355. OLE color: 12386355.

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

Color convert

RGB 51 0 189 -
CMYK 0.73 1 0 0.26
HSL 256.19º 1% 0.37% -
HSV(B) 256.19º 1% 0.74% -
XYZ 10.55 4.38 48.43 -
YUV 36.8 213.9 138.13 -
System Red Green Blue C M Y K H S L
Decimal 51 0 189 0.73 1 0 0.26 256.19 1 0.37
Hex 33 0 BD 49 64 0 1A 100 64 25
Octal 63 0 275 111 144 0 32 400 144 45
Binary 110011 0 10111101 1001001 1100100 0 11010 100000000 1100100 100101

Color Harmonies of #3300BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3300BD

Black with #3300BD

Text Example


Text Example

White with #3300BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3300BD; }

 p { color: rgb(51,0,189); }

 H1.HeaderClassName
 {
   color: #3300BD;
 }
 .AnyTagClassName
 {
   color: #3300BD;
 }
</style>

background-color css

<style>
 a { background-color: #3300BD; }

 a { background-color: rgb(51,0,189); }

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

border-color css

<style>
 span { border-color: #3300BD; }

 span { border-color: rgb(51,0,189); }

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