Html Css Color HEX #304980 Fun Blue

📋 copy color: '#304980'

red 48 ◦ green 73 ◦ blue 128

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

Shades of Fun Blue #304980

Tints of Fun Blue #304980

RGB

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

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

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

R = 19.28%
G = 29.32%
B = 51.41%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#304980 (or 0x304980) is known color: Fun Blue. HEX triplet: 30, 49 and 80. RGB value is (48,73,128). Sum of RGB (Red+Green+Blue) = 48+73+128=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #304980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304980 is #CFB67F. Grayscale: #474747. Windows color (decimal): -13612672 or 8407344. OLE color: 8407344.

HSL color Cylindrical-coordinate representation of color #304980: hue angle of 221.25º 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 #304980 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 73 128 -
CMYK 0.62 0.43 0 0.50
HSL 221.25º 0.45% 0.35% -
HSV(B) 221.25º 0.63% 0.5% -
XYZ 7.5 6.95 21.37 -
YUV 71.8 159.72 111.03 -
System Red Green Blue C M Y K H S L
Decimal 48 73 128 0.62 0.43 0 0.50 221.25 0.45 0.35
Hex 30 49 80 3E 2B 0 32 DD 2D 23
Octal 60 111 200 76 53 0 62 335 55 43
Binary 110000 1001001 10000000 111110 101011 0 110010 11011101 101101 100011

Color Harmonies of #304980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304980

Black with #304980

Text Example


Text Example

White with #304980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304980; }

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

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

background-color css

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

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

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

border-color css

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

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

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