Html Css Color HEX #330BCE Medium Blue

📋 copy color: '#330BCE'

red 51 ◦ green 11 ◦ blue 206

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

Shades of Medium Blue #330BCE

Tints of Medium Blue #330BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 76.87%

R = 19.03%
G = 4.1%
B = 76.87%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#330BCE (or 0x330BCE) is known color: Medium Blue. HEX triplet: 33, 0B and CE. RGB value is (51,11,206). Sum of RGB (Red+Green+Blue) = 51+11+206=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #330BCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330BCE is #CCF431. Grayscale: #2C2C2C. Windows color (decimal): -13431858 or 13503283. OLE color: 13503283.

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

Color convert

RGB 51 11 206 -
CMYK 0.75 0.95 0 0.19
HSL 252.31º 0.9% 0.43% -
HSV(B) 252.31º 0.95% 0.81% -
XYZ 12.63 5.4 58.77 -
YUV 45.19 218.75 132.14 -
System Red Green Blue C M Y K H S L
Decimal 51 11 206 0.75 0.95 0 0.19 252.31 0.9 0.43
Hex 33 B CE 4B 5F 0 13 FC 5A 2B
Octal 63 13 316 113 137 0 23 374 132 53
Binary 110011 1011 11001110 1001011 1011111 0 10011 11111100 1011010 101011

Color Harmonies of #330BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330BCE

Black with #330BCE

Text Example


Text Example

White with #330BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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