Html Css Color HEX #3300CE Medium Blue

📋 copy color: '#3300CE'

red 51 ◦ green 0 ◦ blue 206

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

Shades of Medium Blue #3300CE

Tints of Medium Blue #3300CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 80.16%

R = 19.84%
G = 0%
B = 80.16%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3300CE (or 0x3300CE) is known color: Medium Blue. HEX triplet: 33, 00 and CE. RGB value is (51,0,206). Sum of RGB (Red+Green+Blue) = 51+0+206=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 206 (80.86% from 255 or 80.16% from 257); Max value from RGB is 206 - color contains mainly: blue. Hex color #3300CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3300CE is #CCFF31. Grayscale: #252525. Windows color (decimal): -13434674 or 13500467. OLE color: 13500467.

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

Color convert

RGB 51 0 206 -
CMYK 0.75 1 0 0.19
HSL 254.85º 1% 0.4% -
HSV(B) 254.85º 1% 0.81% -
XYZ 12.51 5.16 58.73 -
YUV 38.73 222.4 136.75 -
System Red Green Blue C M Y K H S L
Decimal 51 0 206 0.75 1 0 0.19 254.85 1 0.4
Hex 33 0 CE 4B 64 0 13 FF 64 28
Octal 63 0 316 113 144 0 23 377 144 50
Binary 110011 0 11001110 1001011 1100100 0 10011 11111111 1100100 101000

Color Harmonies of #3300CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3300CE

Black with #3300CE

Text Example


Text Example

White with #3300CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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