Html Css Color HEX #304976 Fun Blue

📋 copy color: '#304976'

red 48 ◦ green 73 ◦ blue 118

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

Shades of Fun Blue #304976

Tints of Fun Blue #304976

RGB

 RED value IS 48 (19.14% from 255) = 20.08%

 GREEN value IS 73 (28.91% from 255) = 30.54%

 BLUE value IS 118 (46.48% from 255) = 49.37%

R = 20.08%
G = 30.54%
B = 49.37%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#304976 (or 0x304976) is known color: Fun Blue. HEX triplet: 30, 49 and 76. RGB value is (48,73,118). Sum of RGB (Red+Green+Blue) = 48+73+118=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #304976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304976 is #CFB689. Grayscale: #464646. Windows color (decimal): -13612682 or 7751984. OLE color: 7751984.

HSL color Cylindrical-coordinate representation of color #304976: hue angle of 218.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304976 is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 73 118 -
CMYK 0.59 0.38 0 0.54
HSL 218.57º 0.42% 0.33% -
HSV(B) 218.57º 0.59% 0.46% -
XYZ 6.87 6.7 18.07 -
YUV 70.66 154.72 111.84 -
System Red Green Blue C M Y K H S L
Decimal 48 73 118 0.59 0.38 0 0.54 218.57 0.42 0.33
Hex 30 49 76 3B 26 0 36 DB 2A 21
Octal 60 111 166 73 46 0 66 333 52 41
Binary 110000 1001001 1110110 111011 100110 0 110110 11011011 101010 100001

Color Harmonies of #304976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304976

Black with #304976

Text Example


Text Example

White with #304976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304976; }

 p { color: rgb(48,73,118); }

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

background-color css

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

 a { background-color: rgb(48,73,118); }

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

border-color css

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

 span { border-color: rgb(48,73,118); }

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