#304666

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

Shades of Gulf Blue #304666

Tints of Gulf Blue #304666

Color information

#304666 (or 0x304666) is unknown color: approx Gulf Blue. HEX triplet: 30, 46 and 66. RGB value is (48,70,102). Sum of RGB (Red+Green+Blue) = 48+70+102=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #304666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304666 is #CFB999. Grayscale: #424242. Windows color (decimal): -13613466 or 6702640. OLE color: 6702640.

HSL color Cylindrical-coordinate representation of color #304666: hue angle of 215.56º 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 #304666 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4870102-
CMYK0.530.3100.6
HSL215.56º36%29.41%-
HSV(B)215.56º52.94%40%-
XYZ5.815.9713.42-
YUV67.07147.71114.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.82%
GREEN value IS 70 (27.73% from 255) = 31.82%
BLUE value IS 102 (40.23% from 255) = 46.36%
R=21.82%
G=31.82%
B=46.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48701020.530.3100.6215.563629.41
Hex304666351F03Cd8241d
Octal6010614665370743304435
Binary110000100011011001101101011111101111001101100010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304666; }

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

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

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

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

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

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

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

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