#304563

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

Shades of Gulf Blue #304563

Tints of Gulf Blue #304563

Color information

#304563 (or 0x304563) is unknown color: approx Gulf Blue. HEX triplet: 30, 45 and 63. RGB value is (48,69,99). Sum of RGB (Red+Green+Blue) = 48+69+99=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #304563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304563 is #CFBA9C. Grayscale: #424242. Windows color (decimal): -13613725 or 6505776. OLE color: 6505776.

HSL color Cylindrical-coordinate representation of color #304563: hue angle of 215.29º 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 #304563 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB486999-
CMYK0.520.3000.61
HSL215.29º34.69%28.82%-
HSV(B)215.29º51.52%38.82%-
XYZ5.65.7912.63-
YUV66.14146.54115.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.22%
GREEN value IS 69 (27.34% from 255) = 31.94%
BLUE value IS 99 (39.06% from 255) = 45.83%
R=22.22%
G=31.94%
B=45.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4869990.520.3000.61215.2934.6928.82
Hex304563341E03Dd7231d
Octal6010514364360753274335
Binary110000100010111000111101001111001111011101011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304563; }

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

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

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

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

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

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

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

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