Html Css Color HEX #304A82 Fun Blue

📋 copy color: '#304A82'

red 48 ◦ green 74 ◦ blue 130

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

Shades of Fun Blue #304A82

Tints of Fun Blue #304A82

RGB

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

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

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

R = 19.05%
G = 29.37%
B = 51.59%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#304A82 (or 0x304A82) is known color: Fun Blue. HEX triplet: 30, 4A and 82. RGB value is (48,74,130). Sum of RGB (Red+Green+Blue) = 48+74+130=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #304A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304A82 is #CFB57D. Grayscale: #484848. Windows color (decimal): -13612414 or 8538672. OLE color: 8538672.

HSL color Cylindrical-coordinate representation of color #304A82: hue angle of 220.98º 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 #304A82 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 74 130 -
CMYK 0.63 0.43 0 0.49
HSL 220.98º 0.46% 0.35% -
HSV(B) 220.98º 0.63% 0.51% -
XYZ 7.7 7.14 22.09 -
YUV 72.61 160.39 110.45 -
System Red Green Blue C M Y K H S L
Decimal 48 74 130 0.63 0.43 0 0.49 220.98 0.46 0.35
Hex 30 4A 82 3F 2B 0 31 DD 2E 23
Octal 60 112 202 77 53 0 61 335 56 43
Binary 110000 1001010 10000010 111111 101011 0 110001 11011101 101110 100011

Color Harmonies of #304A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A82

Black with #304A82

Text Example


Text Example

White with #304A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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