#304467

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

Shades of Gulf Blue #304467

Tints of Gulf Blue #304467

Color information

#304467 (or 0x304467) is unknown color: approx Gulf Blue. HEX triplet: 30, 44 and 67. RGB value is (48,68,103). Sum of RGB (Red+Green+Blue) = 48+68+103=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 103 - color contains mainly: blue. Hex color #304467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304467 is #CFBB98. Grayscale: #414141. Windows color (decimal): -13613977 or 6767664. OLE color: 6767664.

HSL color Cylindrical-coordinate representation of color #304467: hue angle of 218.18º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #304467 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4868103-
CMYK0.530.3400.60
HSL218.18º36.42%29.61%-
HSV(B)218.18º53.4%40.39%-
XYZ5.735.7413.64-
YUV66.01148.87115.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 103 (40.62% from 255) = 47.03%
R=21.92%
G=31.05%
B=47.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48681030.530.3400.60218.1836.4229.61
Hex304467352203Cda241e
Octal6010414765420743324436
Binary1100001000100110011111010110001001111001101101010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304467; }

 p { color: rgb(48,68,103); }

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

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

 a { background-color: rgb(48,68,103); }

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

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

 span { border-color: rgb(48,68,103); }

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