Html Css Color HEX #3300CD Medium Blue

📋 copy color: '#3300CD'

red 51 ◦ green 0 ◦ blue 205

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

Shades of Medium Blue #3300CD

Tints of Medium Blue #3300CD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 19.92%
G = 0%
B = 80.08%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3300CD (or 0x3300CD) is known color: Medium Blue. HEX triplet: 33, 00 and CD. RGB value is (51,0,205). Sum of RGB (Red+Green+Blue) = 51+0+205=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 205 (80.47% from 255 or 80.08% from 256); Max value from RGB is 205 - color contains mainly: blue. Hex color #3300CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3300CD is #CCFF32. Grayscale: #252525. Windows color (decimal): -13434675 or 13434931. OLE color: 13434931.

HSL color Cylindrical-coordinate representation of color #3300CD: hue angle of 254.93º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3300CD is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 0 205 -
CMYK 0.75 1 0 0.20
HSL 254.93º 1% 0.4% -
HSV(B) 254.93º 1% 0.8% -
XYZ 12.38 5.11 58.09 -
YUV 38.62 221.9 136.83 -
System Red Green Blue C M Y K H S L
Decimal 51 0 205 0.75 1 0 0.20 254.93 1 0.4
Hex 33 0 CD 4B 64 0 14 FF 64 28
Octal 63 0 315 113 144 0 24 377 144 50
Binary 110011 0 11001101 1001011 1100100 0 10100 11111111 1100100 101000

Color Harmonies of #3300CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3300CD

Black with #3300CD

Text Example


Text Example

White with #3300CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3300CD; }

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

 H1.HeaderClassName
 {
   color: #3300CD;
 }
 .AnyTagClassName
 {
   color: #3300CD;
 }
</style>

background-color css

<style>
 a { background-color: #3300CD; }

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

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

border-color css

<style>
 span { border-color: #3300CD; }

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

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