Html Css Color HEX #304876 Fun Blue

📋 copy color: '#304876'

red 48 ◦ green 72 ◦ blue 118

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

Shades of Fun Blue #304876

Tints of Fun Blue #304876

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.25%

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

R = 20.17%
G = 30.25%
B = 49.58%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#304876 (or 0x304876) is known color: Fun Blue. HEX triplet: 30, 48 and 76. RGB value is (48,72,118). Sum of RGB (Red+Green+Blue) = 48+72+118=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #304876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304876 is #CFB789. Grayscale: #454545. Windows color (decimal): -13612938 or 7751728. OLE color: 7751728.

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

Color convert

RGB 48 72 118 -
CMYK 0.59 0.39 0 0.54
HSL 219.43º 0.42% 0.33% -
HSV(B) 219.43º 0.59% 0.46% -
XYZ 6.81 6.57 18.05 -
YUV 70.07 155.05 112.26 -
System Red Green Blue C M Y K H S L
Decimal 48 72 118 0.59 0.39 0 0.54 219.43 0.42 0.33
Hex 30 48 76 3B 27 0 36 DB 2A 21
Octal 60 110 166 73 47 0 66 333 52 41
Binary 110000 1001000 1110110 111011 100111 0 110110 11011011 101010 100001

Color Harmonies of #304876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304876

Black with #304876

Text Example


Text Example

White with #304876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304876; }

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

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

background-color css

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

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

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

border-color css

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

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

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