Html Css Color HEX #304D7C Fun Blue

📋 copy color: '#304D7C'

red 48 ◦ green 77 ◦ blue 124

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

Shades of Fun Blue #304D7C

Tints of Fun Blue #304D7C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.92%

 BLUE value IS 124 (48.83% from 255) = 49.8%

R = 19.28%
G = 30.92%
B = 49.8%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#304D7C (or 0x304D7C) is known color: Fun Blue. HEX triplet: 30, 4D and 7C. RGB value is (48,77,124). Sum of RGB (Red+Green+Blue) = 48+77+124=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #304D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D7C is #CFB283. Grayscale: #494949. Windows color (decimal): -13611652 or 8146224. OLE color: 8146224.

HSL color Cylindrical-coordinate representation of color #304D7C: hue angle of 217.11º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #304D7C is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 77 124 -
CMYK 0.61 0.38 0 0.51
HSL 217.11º 0.44% 0.34% -
HSV(B) 217.11º 0.61% 0.49% -
XYZ 7.51 7.39 20.1 -
YUV 73.69 156.39 109.68 -
System Red Green Blue C M Y K H S L
Decimal 48 77 124 0.61 0.38 0 0.51 217.11 0.44 0.34
Hex 30 4D 7C 3D 26 0 33 D9 2C 22
Octal 60 115 174 75 46 0 63 331 54 42
Binary 110000 1001101 1111100 111101 100110 0 110011 11011001 101100 100010

Color Harmonies of #304D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304D7C

Black with #304D7C

Text Example


Text Example

White with #304D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,77,124); }

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

background-color css

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

 a { background-color: rgb(48,77,124); }

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

border-color css

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

 span { border-color: rgb(48,77,124); }

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