Html Css Color HEX #304975 Fun Blue

📋 copy color: '#304975'

red 48 ◦ green 73 ◦ blue 117

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

Shades of Fun Blue #304975

Tints of Fun Blue #304975

RGB

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

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

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

R = 20.17%
G = 30.67%
B = 49.16%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#304975 (or 0x304975) is known color: Fun Blue. HEX triplet: 30, 49 and 75. RGB value is (48,73,117). Sum of RGB (Red+Green+Blue) = 48+73+117=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #304975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304975 is #CFB68A. Grayscale: #464646. Windows color (decimal): -13612683 or 7686448. OLE color: 7686448.

HSL color Cylindrical-coordinate representation of color #304975: hue angle of 218.26º 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 #304975 is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 73 117 -
CMYK 0.59 0.38 0 0.54
HSL 218.26º 0.42% 0.32% -
HSV(B) 218.26º 0.59% 0.46% -
XYZ 6.81 6.68 17.76 -
YUV 70.54 154.22 111.92 -
System Red Green Blue C M Y K H S L
Decimal 48 73 117 0.59 0.38 0 0.54 218.26 0.42 0.32
Hex 30 49 75 3B 26 0 36 DA 2A 20
Octal 60 111 165 73 46 0 66 332 52 40
Binary 110000 1001001 1110101 111011 100110 0 110110 11011010 101010 100000

Color Harmonies of #304975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304975

Black with #304975

Text Example


Text Example

White with #304975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304975; }

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

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

background-color css

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

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

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

border-color css

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

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

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