Html Css Color HEX #304877 Fun Blue

📋 copy color: '#304877'

red 48 ◦ green 72 ◦ blue 119

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

Shades of Fun Blue #304877

Tints of Fun Blue #304877

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.13%

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

R = 20.08%
G = 30.13%
B = 49.79%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#304877 (or 0x304877) is known color: Fun Blue. HEX triplet: 30, 48 and 77. RGB value is (48,72,119). Sum of RGB (Red+Green+Blue) = 48+72+119=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #304877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304877 is #CFB788. Grayscale: #454545. Windows color (decimal): -13612937 or 7817264. OLE color: 7817264.

HSL color Cylindrical-coordinate representation of color #304877: hue angle of 219.72º 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 #304877 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 72 119 -
CMYK 0.60 0.39 0 0.53
HSL 219.72º 0.43% 0.33% -
HSV(B) 219.72º 0.6% 0.47% -
XYZ 6.87 6.6 18.36 -
YUV 70.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 48 72 119 0.60 0.39 0 0.53 219.72 0.43 0.33
Hex 30 48 77 3C 27 0 35 DC 2B 21
Octal 60 110 167 74 47 0 65 334 53 41
Binary 110000 1001000 1110111 111100 100111 0 110101 11011100 101011 100001

Color Harmonies of #304877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304877

Black with #304877

Text Example


Text Example

White with #304877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304877; }

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

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

background-color css

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

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

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

border-color css

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

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

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