#304063

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

Shades of Gulf Blue #304063

Tints of Gulf Blue #304063

Color information

#304063 (or 0x304063) is unknown color: approx Gulf Blue. HEX triplet: 30, 40 and 63. RGB value is (48,64,99). Sum of RGB (Red+Green+Blue) = 48+64+99=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #304063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304063 is #CFBF9C. Grayscale: #3F3F3F. Windows color (decimal): -13615005 or 6504496. OLE color: 6504496.

HSL color Cylindrical-coordinate representation of color #304063: hue angle of 221.18º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #304063 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB486499-
CMYK0.520.3500.61
HSL221.18º34.69%28.82%-
HSV(B)221.18º51.52%38.82%-
XYZ5.35.212.53-
YUV63.21148.2117.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 99 (39.06% from 255) = 46.92%
R=22.75%
G=30.33%
B=46.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4864990.520.3500.61221.1834.6928.82
Hex304063342303Ddd231d
Octal6010014364430753354335
Binary1100001000000110001111010010001101111011101110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304063; }

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

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

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

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

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

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

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

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