Html Css Color HEX #3300BE Medium Blue

📋 copy color: '#3300BE'

red 51 ◦ green 0 ◦ blue 190

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

Shades of Medium Blue #3300BE

Tints of Medium Blue #3300BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 78.84%

R = 21.16%
G = 0%
B = 78.84%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3300BE (or 0x3300BE) is known color: Medium Blue. HEX triplet: 33, 00 and BE. RGB value is (51,0,190). Sum of RGB (Red+Green+Blue) = 51+0+190=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 190 (74.61% from 255 or 78.84% from 241); Max value from RGB is 190 - color contains mainly: blue. Hex color #3300BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3300BE is #CCFF41. Grayscale: #242424. Windows color (decimal): -13434690 or 12451891. OLE color: 12451891.

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

Color convert

RGB 51 0 190 -
CMYK 0.73 1 0 0.25
HSL 256.11º 1% 0.37% -
HSV(B) 256.11º 1% 0.75% -
XYZ 10.66 4.42 49.01 -
YUV 36.91 214.4 138.05 -
System Red Green Blue C M Y K H S L
Decimal 51 0 190 0.73 1 0 0.25 256.11 1 0.37
Hex 33 0 BE 49 64 0 19 100 64 25
Octal 63 0 276 111 144 0 31 400 144 45
Binary 110011 0 10111110 1001001 1100100 0 11001 100000000 1100100 100101

Color Harmonies of #3300BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3300BE

Black with #3300BE

Text Example


Text Example

White with #3300BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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