Html Css Color HEX #304C76 Fun Blue

📋 copy color: '#304C76'

red 48 ◦ green 76 ◦ blue 118

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

Shades of Fun Blue #304C76

Tints of Fun Blue #304C76

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.4%

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

R = 19.83%
G = 31.4%
B = 48.76%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#304C76 (or 0x304C76) is known color: Fun Blue. HEX triplet: 30, 4C and 76. RGB value is (48,76,118). Sum of RGB (Red+Green+Blue) = 48+76+118=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #304C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C76 is #CFB389. Grayscale: #484848. Windows color (decimal): -13611914 or 7752752. OLE color: 7752752.

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

Color convert

RGB 48 76 118 -
CMYK 0.59 0.36 0 0.54
HSL 216º 0.42% 0.33% -
HSV(B) 216º 0.59% 0.46% -
XYZ 7.07 7.11 18.14 -
YUV 72.42 153.72 110.58 -
System Red Green Blue C M Y K H S L
Decimal 48 76 118 0.59 0.36 0 0.54 216 0.42 0.33
Hex 30 4C 76 3B 24 0 36 D8 2A 21
Octal 60 114 166 73 44 0 66 330 52 41
Binary 110000 1001100 1110110 111011 100100 0 110110 11011000 101010 100001

Color Harmonies of #304C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C76

Black with #304C76

Text Example


Text Example

White with #304C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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