Html Css Color HEX #304A73 Fun Blue

📋 copy color: '#304A73'

red 48 ◦ green 74 ◦ blue 115

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

Shades of Fun Blue #304A73

Tints of Fun Blue #304A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 48.52%

R = 20.25%
G = 31.22%
B = 48.52%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#304A73 (or 0x304A73) is known color: Fun Blue. HEX triplet: 30, 4A and 73. RGB value is (48,74,115). Sum of RGB (Red+Green+Blue) = 48+74+115=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #304A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A73 is #CFB58C. Grayscale: #464646. Windows color (decimal): -13612429 or 7555632. OLE color: 7555632.

HSL color Cylindrical-coordinate representation of color #304A73: hue angle of 216.72º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #304A73 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 74 115 -
CMYK 0.58 0.36 0 0.55
HSL 216.72º 0.41% 0.32% -
HSV(B) 216.72º 0.58% 0.45% -
XYZ 6.76 6.76 17.17 -
YUV 70.9 152.89 111.67 -
System Red Green Blue C M Y K H S L
Decimal 48 74 115 0.58 0.36 0 0.55 216.72 0.41 0.32
Hex 30 4A 73 3A 24 0 37 D9 29 20
Octal 60 112 163 72 44 0 67 331 51 40
Binary 110000 1001010 1110011 111010 100100 0 110111 11011001 101001 100000

Color Harmonies of #304A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A73

Black with #304A73

Text Example


Text Example

White with #304A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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