Html Css Color HEX #330BCD Medium Blue

📋 copy color: '#330BCD'

red 51 ◦ green 11 ◦ blue 205

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

Shades of Medium Blue #330BCD

Tints of Medium Blue #330BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 76.78%

R = 19.1%
G = 4.12%
B = 76.78%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#330BCD (or 0x330BCD) is known color: Medium Blue. HEX triplet: 33, 0B and CD. RGB value is (51,11,205). Sum of RGB (Red+Green+Blue) = 51+11+205=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 205 (80.47% from 255 or 76.78% from 267); Max value from RGB is 205 - color contains mainly: blue. Hex color #330BCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330BCD is #CCF432. Grayscale: #2C2C2C. Windows color (decimal): -13431859 or 13437747. OLE color: 13437747.

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

Color convert

RGB 51 11 205 -
CMYK 0.75 0.95 0 0.20
HSL 252.37º 0.9% 0.42% -
HSV(B) 252.37º 0.95% 0.8% -
XYZ 12.5 5.35 58.13 -
YUV 45.08 218.25 132.23 -
System Red Green Blue C M Y K H S L
Decimal 51 11 205 0.75 0.95 0 0.20 252.37 0.9 0.42
Hex 33 B CD 4B 5F 0 14 FC 5A 2A
Octal 63 13 315 113 137 0 24 374 132 52
Binary 110011 1011 11001101 1001011 1011111 0 10100 11111100 1011010 101010

Color Harmonies of #330BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330BCD

Black with #330BCD

Text Example


Text Example

White with #330BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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