Html Css Color HEX #3306BC Medium Blue

📋 copy color: '#3306BC'

red 51 ◦ green 6 ◦ blue 188

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

Shades of Medium Blue #3306BC

Tints of Medium Blue #3306BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 76.73%

R = 20.82%
G = 2.45%
B = 76.73%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3306BC (or 0x3306BC) is known color: Medium Blue. HEX triplet: 33, 06 and BC. RGB value is (51,6,188). Sum of RGB (Red+Green+Blue) = 51+6+188=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 188 (73.83% from 255 or 76.73% from 245); Max value from RGB is 188 - color contains mainly: blue. Hex color #3306BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3306BC is #CCF943. Grayscale: #272727. Windows color (decimal): -13433156 or 12322355. OLE color: 12322355.

HSL color Cylindrical-coordinate representation of color #3306BC: hue angle of 254.84º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3306BC is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 6 188 -
CMYK 0.73 0.97 0 0.26
HSL 254.84º 0.94% 0.38% -
HSV(B) 254.84º 0.97% 0.74% -
XYZ 10.51 4.46 47.88 -
YUV 40.2 211.41 135.7 -
System Red Green Blue C M Y K H S L
Decimal 51 6 188 0.73 0.97 0 0.26 254.84 0.94 0.38
Hex 33 6 BC 49 61 0 1A FF 5E 26
Octal 63 6 274 111 141 0 32 377 136 46
Binary 110011 110 10111100 1001001 1100001 0 11010 11111111 1011110 100110

Color Harmonies of #3306BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3306BC

Black with #3306BC

Text Example


Text Example

White with #3306BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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