Html Css Color HEX #304973 Fun Blue

📋 copy color: '#304973'

red 48 ◦ green 73 ◦ blue 115

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

Shades of Fun Blue #304973

Tints of Fun Blue #304973

RGB

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

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

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

R = 20.34%
G = 30.93%
B = 48.73%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#304973 (or 0x304973) is known color: Fun Blue. HEX triplet: 30, 49 and 73. RGB value is (48,73,115). Sum of RGB (Red+Green+Blue) = 48+73+115=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #304973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304973 is #CFB68C. Grayscale: #464646. Windows color (decimal): -13612685 or 7555376. OLE color: 7555376.

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

Color convert

RGB 48 73 115 -
CMYK 0.58 0.37 0 0.55
HSL 217.61º 0.41% 0.32% -
HSV(B) 217.61º 0.58% 0.45% -
XYZ 6.7 6.63 17.15 -
YUV 70.31 153.22 112.08 -
System Red Green Blue C M Y K H S L
Decimal 48 73 115 0.58 0.37 0 0.55 217.61 0.41 0.32
Hex 30 49 73 3A 25 0 37 DA 29 20
Octal 60 111 163 72 45 0 67 332 51 40
Binary 110000 1001001 1110011 111010 100101 0 110111 11011010 101001 100000

Color Harmonies of #304973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304973

Black with #304973

Text Example


Text Example

White with #304973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304973; }

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

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

background-color css

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

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

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

border-color css

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

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

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