Html Css Color HEX #330ABE Medium Blue

📋 copy color: '#330ABE'

red 51 ◦ green 10 ◦ blue 190

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

Shades of Medium Blue #330ABE

Tints of Medium Blue #330ABE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.98%

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

R = 20.32%
G = 3.98%
B = 75.7%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#330ABE (or 0x330ABE) is known color: Medium Blue. HEX triplet: 33, 0A and BE. RGB value is (51,10,190). Sum of RGB (Red+Green+Blue) = 51+10+190=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 190 (74.61% from 255 or 75.70% from 251); Max value from RGB is 190 - color contains mainly: blue. Hex color #330ABE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330ABE is #CCF541. Grayscale: #2A2A2A. Windows color (decimal): -13432130 or 12454451. OLE color: 12454451.

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

Color convert

RGB 51 10 190 -
CMYK 0.73 0.95 0 0.25
HSL 253.67º 0.9% 0.39% -
HSV(B) 253.67º 0.95% 0.75% -
XYZ 10.77 4.64 49.04 -
YUV 42.78 211.08 133.86 -
System Red Green Blue C M Y K H S L
Decimal 51 10 190 0.73 0.95 0 0.25 253.67 0.9 0.39
Hex 33 A BE 49 5F 0 19 FE 5A 27
Octal 63 12 276 111 137 0 31 376 132 47
Binary 110011 1010 10111110 1001001 1011111 0 11001 11111110 1011010 100111

Color Harmonies of #330ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330ABE

Black with #330ABE

Text Example


Text Example

White with #330ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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