Html Css Color HEX #3304BF Medium Blue

📋 copy color: '#3304BF'

red 51 ◦ green 4 ◦ blue 191

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

Shades of Medium Blue #3304BF

Tints of Medium Blue #3304BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 77.64%

R = 20.73%
G = 1.63%
B = 77.64%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3304BF (or 0x3304BF) is known color: Medium Blue. HEX triplet: 33, 04 and BF. RGB value is (51,4,191). Sum of RGB (Red+Green+Blue) = 51+4+191=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 191 (75% from 255 or 77.64% from 246); Max value from RGB is 191 - color contains mainly: blue. Hex color #3304BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3304BF is #CCFB40. Grayscale: #262626. Windows color (decimal): -13433665 or 12518451. OLE color: 12518451.

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

Color convert

RGB 51 4 191 -
CMYK 0.73 0.98 0 0.25
HSL 255.08º 0.96% 0.38% -
HSV(B) 255.08º 0.98% 0.75% -
XYZ 10.81 4.55 49.6 -
YUV 39.37 213.57 136.29 -
System Red Green Blue C M Y K H S L
Decimal 51 4 191 0.73 0.98 0 0.25 255.08 0.96 0.38
Hex 33 4 BF 49 62 0 19 FF 60 26
Octal 63 4 277 111 142 0 31 377 140 46
Binary 110011 100 10111111 1001001 1100010 0 11001 11111111 1100000 100110

Color Harmonies of #3304BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3304BF

Black with #3304BF

Text Example


Text Example

White with #3304BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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