Html Css Color HEX #330BBE Medium Blue

📋 copy color: '#330BBE'

red 51 ◦ green 11 ◦ blue 190

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

Shades of Medium Blue #330BBE

Tints of Medium Blue #330BBE

RGB

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

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

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

R = 20.24%
G = 4.37%
B = 75.4%

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

#330BBE (or 0x330BBE) is known color: Medium Blue. HEX triplet: 33, 0B and BE. RGB value is (51,11,190). Sum of RGB (Red+Green+Blue) = 51+11+190=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 190 (74.61% from 255 or 75.40% from 252); Max value from RGB is 190 - color contains mainly: blue. Hex color #330BBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330BBE is #CCF441. Grayscale: #2A2A2A. Windows color (decimal): -13431874 or 12454707. OLE color: 12454707.

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

Color convert

RGB 51 11 190 -
CMYK 0.73 0.94 0 0.25
HSL 253.41º 0.89% 0.39% -
HSV(B) 253.41º 0.94% 0.75% -
XYZ 10.78 4.66 49.05 -
YUV 43.37 210.75 133.45 -
System Red Green Blue C M Y K H S L
Decimal 51 11 190 0.73 0.94 0 0.25 253.41 0.89 0.39
Hex 33 B BE 49 5E 0 19 FD 59 27
Octal 63 13 276 111 136 0 31 375 131 47
Binary 110011 1011 10111110 1001001 1011110 0 11001 11111101 1011001 100111

Color Harmonies of #330BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330BBE

Black with #330BBE

Text Example


Text Example

White with #330BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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