#304060

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

Shades of Gulf Blue #304060

Tints of Gulf Blue #304060

Color information

#304060 (or 0x304060) is unknown color: approx Gulf Blue. HEX triplet: 30, 40 and 60. RGB value is (48,64,96). Sum of RGB (Red+Green+Blue) = 48+64+96=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #304060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304060 is #CFBF9F. Grayscale: #3E3E3E. Windows color (decimal): -13615008 or 6307888. OLE color: 6307888.

HSL color Cylindrical-coordinate representation of color #304060: hue angle of 220º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #304060 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB486496-
CMYK0.500.3300.62
HSL220º33.33%28.24%-
HSV(B)220º50%37.65%-
XYZ5.165.1411.79-
YUV62.86146.7117.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.08%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 96 (37.89% from 255) = 46.15%
R=23.08%
G=30.77%
B=46.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4864960.500.3300.6222033.3328.24
Hex304060322103Edc211c
Octal6010014062410763344134
Binary1100001000000110000011001010000101111101101110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304060; }

 p { color: rgb(48,64,96); }

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

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

 a { background-color: rgb(48,64,96); }

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

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

 span { border-color: rgb(48,64,96); }

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