Html Css Color HEX #304A75 Fun Blue

📋 copy color: '#304A75'

red 48 ◦ green 74 ◦ blue 117

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

Shades of Fun Blue #304A75

Tints of Fun Blue #304A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.95%

R = 20.08%
G = 30.96%
B = 48.95%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#304A75 (or 0x304A75) is known color: Fun Blue. HEX triplet: 30, 4A and 75. RGB value is (48,74,117). Sum of RGB (Red+Green+Blue) = 48+74+117=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #304A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A75 is #CFB58A. Grayscale: #464646. Windows color (decimal): -13612427 or 7686704. OLE color: 7686704.

HSL color Cylindrical-coordinate representation of color #304A75: hue angle of 217.39º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304A75 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 74 117 -
CMYK 0.59 0.37 0 0.54
HSL 217.39º 0.42% 0.32% -
HSV(B) 217.39º 0.59% 0.46% -
XYZ 6.88 6.81 17.78 -
YUV 71.13 153.89 111.5 -
System Red Green Blue C M Y K H S L
Decimal 48 74 117 0.59 0.37 0 0.54 217.39 0.42 0.32
Hex 30 4A 75 3B 25 0 36 D9 2A 20
Octal 60 112 165 73 45 0 66 331 52 40
Binary 110000 1001010 1110101 111011 100101 0 110110 11011001 101010 100000

Color Harmonies of #304A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A75

Black with #304A75

Text Example


Text Example

White with #304A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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