Html Css Color HEX #304B77 Fun Blue

📋 copy color: '#304B77'

red 48 ◦ green 75 ◦ blue 119

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

Shades of Fun Blue #304B77

Tints of Fun Blue #304B77

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.99%

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

R = 19.83%
G = 30.99%
B = 49.17%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#304B77 (or 0x304B77) is known color: Fun Blue. HEX triplet: 30, 4B and 77. RGB value is (48,75,119). Sum of RGB (Red+Green+Blue) = 48+75+119=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #304B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B77 is #CFB488. Grayscale: #474747. Windows color (decimal): -13612169 or 7818032. OLE color: 7818032.

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

Color convert

RGB 48 75 119 -
CMYK 0.60 0.37 0 0.53
HSL 217.18º 0.43% 0.33% -
HSV(B) 217.18º 0.6% 0.47% -
XYZ 7.06 6.99 18.43 -
YUV 71.94 154.55 110.92 -
System Red Green Blue C M Y K H S L
Decimal 48 75 119 0.60 0.37 0 0.53 217.18 0.43 0.33
Hex 30 4B 77 3C 25 0 35 D9 2B 21
Octal 60 113 167 74 45 0 65 331 53 41
Binary 110000 1001011 1110111 111100 100101 0 110101 11011001 101011 100001

Color Harmonies of #304B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304B77

Black with #304B77

Text Example


Text Example

White with #304B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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