#304368

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

Shades of Gulf Blue #304368

Tints of Gulf Blue #304368

Color information

#304368 (or 0x304368) is unknown color: approx Gulf Blue. HEX triplet: 30, 43 and 68. RGB value is (48,67,104). Sum of RGB (Red+Green+Blue) = 48+67+104=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #304368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304368 is #CFBC97. Grayscale: #414141. Windows color (decimal): -13614232 or 6832944. OLE color: 6832944.

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

Color convert

RGB4867104-
CMYK0.540.3600.59
HSL219.64º36.84%29.8%-
HSV(B)219.64º53.85%40.78%-
XYZ5.725.6413.88-
YUV65.54149.71115.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 104 (41.02% from 255) = 47.49%
R=21.92%
G=30.59%
B=47.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48671040.540.3600.59219.6436.8429.8
Hex304368362403Bdc251e
Octal6010315066440733344536
Binary1100001000011110100011011010010001110111101110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304368; }

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

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

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

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

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

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

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

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