Html Css Color HEX #330DCB Medium Blue

📋 copy color: '#330DCB'

red 51 ◦ green 13 ◦ blue 203

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

Shades of Medium Blue #330DCB

Tints of Medium Blue #330DCB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.87%

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

R = 19.1%
G = 4.87%
B = 76.03%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#330DCB (or 0x330DCB) is known color: Medium Blue. HEX triplet: 33, 0D and CB. RGB value is (51,13,203). Sum of RGB (Red+Green+Blue) = 51+13+203=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 203 (79.69% from 255 or 76.03% from 267); Max value from RGB is 203 - color contains mainly: blue. Hex color #330DCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330DCB is #CCF234. Grayscale: #2D2D2D. Windows color (decimal): -13431349 or 13307187. OLE color: 13307187.

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

Color convert

RGB 51 13 203 -
CMYK 0.75 0.94 0 0.20
HSL 252º 0.88% 0.42% -
HSV(B) 252º 0.94% 0.8% -
XYZ 12.29 5.3 56.88 -
YUV 46.02 216.59 131.55 -
System Red Green Blue C M Y K H S L
Decimal 51 13 203 0.75 0.94 0 0.20 252 0.88 0.42
Hex 33 D CB 4B 5E 0 14 FC 58 2A
Octal 63 15 313 113 136 0 24 374 130 52
Binary 110011 1101 11001011 1001011 1011110 0 10100 11111100 1011000 101010

Color Harmonies of #330DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330DCB

Black with #330DCB

Text Example


Text Example

White with #330DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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