Html Css Color HEX #304880 Fun Blue

📋 copy color: '#304880'

red 48 ◦ green 72 ◦ blue 128

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

Shades of Fun Blue #304880

Tints of Fun Blue #304880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 51.61%

R = 19.35%
G = 29.03%
B = 51.61%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#304880 (or 0x304880) is known color: Fun Blue. HEX triplet: 30, 48 and 80. RGB value is (48,72,128). Sum of RGB (Red+Green+Blue) = 48+72+128=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #304880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304880 is #CFB77F. Grayscale: #464646. Windows color (decimal): -13612928 or 8407088. OLE color: 8407088.

HSL color Cylindrical-coordinate representation of color #304880: hue angle of 222º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #304880 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 72 128 -
CMYK 0.62 0.44 0 0.50
HSL 222º 0.45% 0.35% -
HSV(B) 222º 0.63% 0.5% -
XYZ 7.43 6.82 21.35 -
YUV 71.21 160.05 111.45 -
System Red Green Blue C M Y K H S L
Decimal 48 72 128 0.62 0.44 0 0.50 222 0.45 0.35
Hex 30 48 80 3E 2C 0 32 DE 2D 23
Octal 60 110 200 76 54 0 62 336 55 43
Binary 110000 1001000 10000000 111110 101100 0 110010 11011110 101101 100011

Color Harmonies of #304880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304880

Black with #304880

Text Example


Text Example

White with #304880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304880; }

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

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

background-color css

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

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

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

border-color css

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

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

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