#304366

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

Shades of Gulf Blue #304366

Tints of Gulf Blue #304366

Color information

#304366 (or 0x304366) is unknown color: approx Gulf Blue. HEX triplet: 30, 43 and 66. RGB value is (48,67,102). Sum of RGB (Red+Green+Blue) = 48+67+102=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: blue. Hex color #304366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304366 is #CFBC99. Grayscale: #414141. Windows color (decimal): -13614234 or 6701872. OLE color: 6701872.

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

Color convert

RGB4867102-
CMYK0.530.3400.6
HSL218.89º36%29.41%-
HSV(B)218.89º52.94%40%-
XYZ5.625.613.36-
YUV65.31148.71115.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.12%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 102 (40.23% from 255) = 47.00%
R=22.12%
G=30.88%
B=47.00%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48671020.530.3400.6218.893629.41
Hex304366352203Cdb241d
Octal6010314665420743334435
Binary1100001000011110011011010110001001111001101101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304366; }

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

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

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

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

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

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

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

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