#303957

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

Shades of Gulf Blue #303957

Tints of Gulf Blue #303957

Color information

#303957 (or 0x303957) is unknown color: approx Gulf Blue. HEX triplet: 30, 39 and 57. RGB value is (48,57,87). Sum of RGB (Red+Green+Blue) = 48+57+87=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 87 - color contains mainly: blue. Hex color #303957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303957 is #CFC6A8. Grayscale: #393939. Windows color (decimal): -13616809 or 5716272. OLE color: 5716272.

HSL color Cylindrical-coordinate representation of color #303957: hue angle of 226.15º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #303957 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB485787-
CMYK0.450.3400.66
HSL226.15º28.89%26.47%-
HSV(B)226.15º44.83%34.12%-
XYZ4.44.249.6-
YUV57.73144.52121.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25%
GREEN value IS 57 (22.66% from 255) = 29.69%
BLUE value IS 87 (34.38% from 255) = 45.31%
R=25%
G=29.69%
B=45.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4857870.450.3400.66226.1528.8926.47
Hex3039572D22042e21d1a
Octal6071127554201023423532
Binary110000111001101011110110110001001000010111000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303957; }

 p { color: rgb(48,57,87); }

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

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

 a { background-color: rgb(48,57,87); }

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

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

 span { border-color: rgb(48,57,87); }

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