Html Css Color HEX #330DCD Medium Blue

📋 copy color: '#330DCD'

red 51 ◦ green 13 ◦ blue 205

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

Shades of Medium Blue #330DCD

Tints of Medium Blue #330DCD

RGB

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

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

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

R = 18.96%
G = 4.83%
B = 76.21%

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

#330DCD (or 0x330DCD) is known color: Medium Blue. HEX triplet: 33, 0D and CD. RGB value is (51,13,205). Sum of RGB (Red+Green+Blue) = 51+13+205=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 205 (80.47% from 255 or 76.21% from 269); Max value from RGB is 205 - color contains mainly: blue. Hex color #330DCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330DCD is #CCF232. Grayscale: #2D2D2D. Windows color (decimal): -13431347 or 13438259. OLE color: 13438259.

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

Color convert

RGB 51 13 205 -
CMYK 0.75 0.94 0 0.20
HSL 251.88º 0.88% 0.43% -
HSV(B) 251.88º 0.94% 0.8% -
XYZ 12.53 5.4 58.14 -
YUV 46.25 217.59 131.39 -
System Red Green Blue C M Y K H S L
Decimal 51 13 205 0.75 0.94 0 0.20 251.88 0.88 0.43
Hex 33 D CD 4B 5E 0 14 FC 58 2B
Octal 63 15 315 113 136 0 24 374 130 53
Binary 110011 1101 11001101 1001011 1011110 0 10100 11111100 1011000 101011

Color Harmonies of #330DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330DCD

Black with #330DCD

Text Example


Text Example

White with #330DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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