#303759

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

Shades of Gulf Blue #303759

Tints of Gulf Blue #303759

Color information

#303759 (or 0x303759) is unknown color: approx Gulf Blue. HEX triplet: 30, 37 and 59. RGB value is (48,55,89). Sum of RGB (Red+Green+Blue) = 48+55+89=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #303759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303759 is #CFC8A6. Grayscale: #383838. Windows color (decimal): -13617319 or 5846832. OLE color: 5846832.

HSL color Cylindrical-coordinate representation of color #303759: hue angle of 229.76º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #303759 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB485589-
CMYK0.460.3800.65
HSL229.76º29.93%26.86%-
HSV(B)229.76º46.07%34.9%-
XYZ4.394.0810.01-
YUV56.78146.18121.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25%
GREEN value IS 55 (21.88% from 255) = 28.65%
BLUE value IS 89 (35.16% from 255) = 46.35%
R=25%
G=28.65%
B=46.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4855890.460.3800.65229.7629.9326.86
Hex3037592E26041e61e1b
Octal6067131564601013463633
Binary110000110111101100110111010011001000001111001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303759; }

 p { color: rgb(48,55,89); }

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

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

 a { background-color: rgb(48,55,89); }

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

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

 span { border-color: rgb(48,55,89); }

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