#304569

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

Shades of Gulf Blue #304569

Tints of Gulf Blue #304569

Color information

#304569 (or 0x304569) is unknown color: approx Gulf Blue. HEX triplet: 30, 45 and 69. RGB value is (48,69,105). Sum of RGB (Red+Green+Blue) = 48+69+105=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #304569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304569 is #CFBA96. Grayscale: #424242. Windows color (decimal): -13613719 or 6898992. OLE color: 6898992.

HSL color Cylindrical-coordinate representation of color #304569: hue angle of 217.89º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #304569 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4869105-
CMYK0.540.3400.59
HSL217.89º37.25%30%-
HSV(B)217.89º54.29%41.18%-
XYZ5.95.914.19-
YUV66.82149.54114.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.62%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 105 (41.41% from 255) = 47.30%
R=21.62%
G=31.08%
B=47.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48691050.540.3400.59217.8937.2530
Hex304569362203Bda251e
Octal6010515166420733324536
Binary1100001000101110100111011010001001110111101101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304569; }

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

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

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

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

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

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

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

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