Html Css Color HEX #330CCE Medium Blue

📋 copy color: '#330CCE'

red 51 ◦ green 12 ◦ blue 206

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

Shades of Medium Blue #330CCE

Tints of Medium Blue #330CCE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.46%

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

R = 18.96%
G = 4.46%
B = 76.58%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#330CCE (or 0x330CCE) is known color: Medium Blue. HEX triplet: 33, 0C and CE. RGB value is (51,12,206). Sum of RGB (Red+Green+Blue) = 51+12+206=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #330CCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330CCE is #CCF331. Grayscale: #2D2D2D. Windows color (decimal): -13431602 or 13503539. OLE color: 13503539.

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

Color convert

RGB 51 12 206 -
CMYK 0.75 0.94 0 0.19
HSL 252.06º 0.89% 0.43% -
HSV(B) 252.06º 0.94% 0.81% -
XYZ 12.64 5.42 58.77 -
YUV 45.78 218.42 131.73 -
System Red Green Blue C M Y K H S L
Decimal 51 12 206 0.75 0.94 0 0.19 252.06 0.89 0.43
Hex 33 C CE 4B 5E 0 13 FC 59 2B
Octal 63 14 316 113 136 0 23 374 131 53
Binary 110011 1100 11001110 1001011 1011110 0 10011 11111100 1011001 101011

Color Harmonies of #330CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330CCE

Black with #330CCE

Text Example


Text Example

White with #330CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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