Html Css Color HEX #304882 Fun Blue

📋 copy color: '#304882'

red 48 ◦ green 72 ◦ blue 130

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

Shades of Fun Blue #304882

Tints of Fun Blue #304882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52%

R = 19.2%
G = 28.8%
B = 52%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#304882 (or 0x304882) is known color: Fun Blue. HEX triplet: 30, 48 and 82. RGB value is (48,72,130). Sum of RGB (Red+Green+Blue) = 48+72+130=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #304882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304882 is #CFB77D. Grayscale: #474747. Windows color (decimal): -13612926 or 8538160. OLE color: 8538160.

HSL color Cylindrical-coordinate representation of color #304882: hue angle of 222.44º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #304882 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 72 130 -
CMYK 0.63 0.45 0 0.49
HSL 222.44º 0.46% 0.35% -
HSV(B) 222.44º 0.63% 0.51% -
XYZ 7.57 6.87 22.05 -
YUV 71.44 161.05 111.28 -
System Red Green Blue C M Y K H S L
Decimal 48 72 130 0.63 0.45 0 0.49 222.44 0.46 0.35
Hex 30 48 82 3F 2D 0 31 DE 2E 23
Octal 60 110 202 77 55 0 61 336 56 43
Binary 110000 1001000 10000010 111111 101101 0 110001 11011110 101110 100011

Color Harmonies of #304882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304882

Black with #304882

Text Example


Text Example

White with #304882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304882; }

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

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

background-color css

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

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

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

border-color css

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

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

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