Html Css Color HEX #304A76 Fun Blue

📋 copy color: '#304A76'

red 48 ◦ green 74 ◦ blue 118

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

Shades of Fun Blue #304A76

Tints of Fun Blue #304A76

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.83%

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

R = 20%
G = 30.83%
B = 49.17%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#304A76 (or 0x304A76) is known color: Fun Blue. HEX triplet: 30, 4A and 76. RGB value is (48,74,118). Sum of RGB (Red+Green+Blue) = 48+74+118=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #304A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A76 is #CFB589. Grayscale: #474747. Windows color (decimal): -13612426 or 7752240. OLE color: 7752240.

HSL color Cylindrical-coordinate representation of color #304A76: hue angle of 217.71º 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 #304A76 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 74 118 -
CMYK 0.59 0.37 0 0.54
HSL 217.71º 0.42% 0.33% -
HSV(B) 217.71º 0.59% 0.46% -
XYZ 6.94 6.83 18.09 -
YUV 71.24 154.39 111.42 -
System Red Green Blue C M Y K H S L
Decimal 48 74 118 0.59 0.37 0 0.54 217.71 0.42 0.33
Hex 30 4A 76 3B 25 0 36 DA 2A 21
Octal 60 112 166 73 45 0 66 332 52 41
Binary 110000 1001010 1110110 111011 100101 0 110110 11011010 101010 100001

Color Harmonies of #304A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A76

Black with #304A76

Text Example


Text Example

White with #304A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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