#304568

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

Shades of Gulf Blue #304568

Tints of Gulf Blue #304568

Color information

#304568 (or 0x304568) is unknown color: approx Gulf Blue. HEX triplet: 30, 45 and 68. RGB value is (48,69,104). Sum of RGB (Red+Green+Blue) = 48+69+104=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #304568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304568 is #CFBA97. Grayscale: #424242. Windows color (decimal): -13613720 or 6833456. OLE color: 6833456.

HSL color Cylindrical-coordinate representation of color #304568: hue angle of 217.5º 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 #304568 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4869104-
CMYK0.540.3400.59
HSL217.5º36.84%29.8%-
HSV(B)217.5º53.85%40.78%-
XYZ5.855.8813.92-
YUV66.71149.04114.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.72%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 104 (41.02% from 255) = 47.06%
R=21.72%
G=31.22%
B=47.06%

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
Decimal48691040.540.3400.59217.536.8429.8
Hex304568362203Bda251e
Octal6010515066420733324536
Binary1100001000101110100011011010001001110111101101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304568; }

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

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

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

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

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

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

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

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