#304B72

Color #304B72 Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #304B72

Tints of Fun Blue #304B72

Color information

#304B72 (or 0x304B72) is unknown color: approx Fun Blue. HEX triplet: 30, 4B and 72. RGB value is (48,75,114). Sum of RGB (Red+Green+Blue) = 48+75+114=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #304B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B72 is #CFB48D. Grayscale: #474747. Windows color (decimal): -13612174 or 7490352. OLE color: 7490352.

HSL color Cylindrical-coordinate representation of color #304B72: hue angle of 215.45º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #304B72 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4875114-
CMYK0.580.3400.55
HSL215.45º40.74%31.76%-
HSV(B)215.45º57.89%44.71%-
XYZ6.776.8816.89-
YUV71.37152.05111.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 75 (29.69% from 255) = 31.65%
BLUE value IS 114 (44.92% from 255) = 48.10%
R=20.25%
G=31.65%
B=48.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48751140.580.3400.55215.4540.7431.76
Hex304B723A22037d72920
Octal6011316272420673275140
Binary11000010010111110010111010100010011011111010111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #304B72;
 }
 .AnyTagClassName
 {
   color: #304B72;
 }
</style>
background-color css

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

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

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

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

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

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