#304769

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

Shades of Gulf Blue #304769

Tints of Gulf Blue #304769

Color information

#304769 (or 0x304769) is unknown color: approx Gulf Blue. HEX triplet: 30, 47 and 69. RGB value is (48,71,105). Sum of RGB (Red+Green+Blue) = 48+71+105=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #304769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304769 is #CFB896. Grayscale: #434343. Windows color (decimal): -13613207 or 6899504. OLE color: 6899504.

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

Color convert

RGB4871105-
CMYK0.540.3200.59
HSL215.79º37.25%30%-
HSV(B)215.79º54.29%41.18%-
XYZ6.026.1514.24-
YUV68148.88113.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 105 (41.41% from 255) = 46.88%
R=21.43%
G=31.70%
B=46.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48711050.540.3200.59215.7937.2530
Hex304769362003Bd8251e
Octal6010715166400733304536
Binary1100001000111110100111011010000001110111101100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304769; }

 p { color: rgb(48,71,105); }

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

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

 a { background-color: rgb(48,71,105); }

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

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

 span { border-color: rgb(48,71,105); }

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