Html Css Color HEX #3306CE Medium Blue

📋 copy color: '#3306CE'

red 51 ◦ green 6 ◦ blue 206

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

Shades of Medium Blue #3306CE

Tints of Medium Blue #3306CE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.28%

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

R = 19.39%
G = 2.28%
B = 78.33%

CMYK

 C value IS 0.75

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3306CE (or 0x3306CE) is known color: Medium Blue. HEX triplet: 33, 06 and CE. RGB value is (51,6,206). Sum of RGB (Red+Green+Blue) = 51+6+206=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 206 (80.86% from 255 or 78.33% from 263); Max value from RGB is 206 - color contains mainly: blue. Hex color #3306CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3306CE is #CCF931. Grayscale: #292929. Windows color (decimal): -13433138 or 13502003. OLE color: 13502003.

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

Color convert

RGB 51 6 206 -
CMYK 0.75 0.97 0 0.19
HSL 253.5º 0.94% 0.42% -
HSV(B) 253.5º 0.97% 0.81% -
XYZ 12.57 5.29 58.75 -
YUV 42.26 220.41 134.24 -
System Red Green Blue C M Y K H S L
Decimal 51 6 206 0.75 0.97 0 0.19 253.5 0.94 0.42
Hex 33 6 CE 4B 61 0 13 FE 5E 2A
Octal 63 6 316 113 141 0 23 376 136 52
Binary 110011 110 11001110 1001011 1100001 0 10011 11111110 1011110 101010

Color Harmonies of #3306CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3306CE

Black with #3306CE

Text Example


Text Example

White with #3306CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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