Html Css Color HEX #330BBF Medium Blue

📋 copy color: '#330BBF'

red 51 ◦ green 11 ◦ blue 191

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

Shades of Medium Blue #330BBF

Tints of Medium Blue #330BBF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.35%

 BLUE value IS 191 (75% from 255) = 75.49%

R = 20.16%
G = 4.35%
B = 75.49%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#330BBF (or 0x330BBF) is known color: Medium Blue. HEX triplet: 33, 0B and BF. RGB value is (51,11,191). Sum of RGB (Red+Green+Blue) = 51+11+191=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 191 (75% from 255 or 75.49% from 253); Max value from RGB is 191 - color contains mainly: blue. Hex color #330BBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330BBF is #CCF440. Grayscale: #2A2A2A. Windows color (decimal): -13431873 or 12520243. OLE color: 12520243.

HSL color Cylindrical-coordinate representation of color #330BBF: hue angle of 253.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330BBF is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 11 191 -
CMYK 0.73 0.94 0 0.25
HSL 253.33º 0.89% 0.4% -
HSV(B) 253.33º 0.94% 0.75% -
XYZ 10.89 4.7 49.62 -
YUV 43.48 211.25 133.36 -
System Red Green Blue C M Y K H S L
Decimal 51 11 191 0.73 0.94 0 0.25 253.33 0.89 0.4
Hex 33 B BF 49 5E 0 19 FD 59 28
Octal 63 13 277 111 136 0 31 375 131 50
Binary 110011 1011 10111111 1001001 1011110 0 11001 11111101 1011001 101000

Color Harmonies of #330BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330BBF

Black with #330BBF

Text Example


Text Example

White with #330BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330BBF; }

 p { color: rgb(51,11,191); }

 H1.HeaderClassName
 {
   color: #330BBF;
 }
 .AnyTagClassName
 {
   color: #330BBF;
 }
</style>

background-color css

<style>
 a { background-color: #330BBF; }

 a { background-color: rgb(51,11,191); }

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

border-color css

<style>
 span { border-color: #330BBF; }

 span { border-color: rgb(51,11,191); }

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