Html Css Color HEX #304A77 Fun Blue

📋 copy color: '#304A77'

red 48 ◦ green 74 ◦ blue 119

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

Shades of Fun Blue #304A77

Tints of Fun Blue #304A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 49.38%

R = 19.92%
G = 30.71%
B = 49.38%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#304A77 (or 0x304A77) is known color: Fun Blue. HEX triplet: 30, 4A and 77. RGB value is (48,74,119). Sum of RGB (Red+Green+Blue) = 48+74+119=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #304A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A77 is #CFB588. Grayscale: #474747. Windows color (decimal): -13612425 or 7817776. OLE color: 7817776.

HSL color Cylindrical-coordinate representation of color #304A77: hue angle of 218.03º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #304A77 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 74 119 -
CMYK 0.60 0.38 0 0.53
HSL 218.03º 0.43% 0.33% -
HSV(B) 218.03º 0.6% 0.47% -
XYZ 7 6.86 18.41 -
YUV 71.36 154.89 111.34 -
System Red Green Blue C M Y K H S L
Decimal 48 74 119 0.60 0.38 0 0.53 218.03 0.43 0.33
Hex 30 4A 77 3C 26 0 35 DA 2B 21
Octal 60 112 167 74 46 0 65 332 53 41
Binary 110000 1001010 1110111 111100 100110 0 110101 11011010 101011 100001

Color Harmonies of #304A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A77

Black with #304A77

Text Example


Text Example

White with #304A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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