Html Css Color HEX #330BCB Medium Blue

📋 copy color: '#330BCB'

red 51 ◦ green 11 ◦ blue 203

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

Shades of Medium Blue #330BCB

Tints of Medium Blue #330BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 76.6%

R = 19.25%
G = 4.15%
B = 76.6%

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

#330BCB (or 0x330BCB) is known color: Medium Blue. HEX triplet: 33, 0B and CB. RGB value is (51,11,203). Sum of RGB (Red+Green+Blue) = 51+11+203=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 203 (79.69% from 255 or 76.60% from 265); Max value from RGB is 203 - color contains mainly: blue. Hex color #330BCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330BCB is #CCF434. Grayscale: #2C2C2C. Windows color (decimal): -13431861 or 13306675. OLE color: 13306675.

HSL color Cylindrical-coordinate representation of color #330BCB: hue angle of 252.5º 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 #330BCB is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 11 203 -
CMYK 0.75 0.95 0 0.20
HSL 252.5º 0.9% 0.42% -
HSV(B) 252.5º 0.95% 0.8% -
XYZ 12.26 5.25 56.87 -
YUV 44.85 217.25 132.39 -
System Red Green Blue C M Y K H S L
Decimal 51 11 203 0.75 0.95 0 0.20 252.5 0.9 0.42
Hex 33 B CB 4B 5F 0 14 FD 5A 2A
Octal 63 13 313 113 137 0 24 375 132 52
Binary 110011 1011 11001011 1001011 1011111 0 10100 11111101 1011010 101010

Color Harmonies of #330BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330BCB

Black with #330BCB

Text Example


Text Example

White with #330BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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