Html Css Color HEX #304A72 Fun Blue

📋 copy color: '#304A72'

red 48 ◦ green 74 ◦ blue 114

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

Shades of Fun Blue #304A72

Tints of Fun Blue #304A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.31%

R = 20.34%
G = 31.36%
B = 48.31%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#304A72 (or 0x304A72) is known color: Fun Blue. HEX triplet: 30, 4A and 72. RGB value is (48,74,114). Sum of RGB (Red+Green+Blue) = 48+74+114=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #304A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A72 is #CFB58D. Grayscale: #464646. Windows color (decimal): -13612430 or 7490096. OLE color: 7490096.

HSL color Cylindrical-coordinate representation of color #304A72: hue angle of 216.36º 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 #304A72 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 74 114 -
CMYK 0.58 0.35 0 0.55
HSL 216.36º 0.41% 0.32% -
HSV(B) 216.36º 0.58% 0.45% -
XYZ 6.7 6.74 16.87 -
YUV 70.79 152.39 111.75 -
System Red Green Blue C M Y K H S L
Decimal 48 74 114 0.58 0.35 0 0.55 216.36 0.41 0.32
Hex 30 4A 72 3A 23 0 37 D8 29 20
Octal 60 112 162 72 43 0 67 330 51 40
Binary 110000 1001010 1110010 111010 100011 0 110111 11011000 101001 100000

Color Harmonies of #304A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A72

Black with #304A72

Text Example


Text Example

White with #304A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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