Html Css Color HEX #3304BC Medium Blue

📋 copy color: '#3304BC'

red 51 ◦ green 4 ◦ blue 188

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

Shades of Medium Blue #3304BC

Tints of Medium Blue #3304BC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

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

R = 20.99%
G = 1.65%
B = 77.37%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3304BC (or 0x3304BC) is known color: Medium Blue. HEX triplet: 33, 04 and BC. RGB value is (51,4,188). Sum of RGB (Red+Green+Blue) = 51+4+188=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 188 (73.83% from 255 or 77.37% from 243); Max value from RGB is 188 - color contains mainly: blue. Hex color #3304BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3304BC is #CCFB43. Grayscale: #262626. Windows color (decimal): -13433668 or 12321843. OLE color: 12321843.

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

Color convert

RGB 51 4 188 -
CMYK 0.73 0.98 0 0.26
HSL 255.33º 0.96% 0.38% -
HSV(B) 255.33º 0.98% 0.74% -
XYZ 10.49 4.42 47.88 -
YUV 39.03 212.07 136.54 -
System Red Green Blue C M Y K H S L
Decimal 51 4 188 0.73 0.98 0 0.26 255.33 0.96 0.38
Hex 33 4 BC 49 62 0 1A FF 60 26
Octal 63 4 274 111 142 0 32 377 140 46
Binary 110011 100 10111100 1001001 1100010 0 11010 11111111 1100000 100110

Color Harmonies of #3304BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3304BC

Black with #3304BC

Text Example


Text Example

White with #3304BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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