#303857

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

Shades of Gulf Blue #303857

Tints of Gulf Blue #303857

Color information

#303857 (or 0x303857) is unknown color: approx Gulf Blue. HEX triplet: 30, 38 and 57. RGB value is (48,56,87). Sum of RGB (Red+Green+Blue) = 48+56+87=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #303857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303857 is #CFC7A8. Grayscale: #393939. Windows color (decimal): -13617065 or 5716016. OLE color: 5716016.

HSL color Cylindrical-coordinate representation of color #303857: hue angle of 227.69º 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 #303857 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB485687-
CMYK0.450.3600.66
HSL227.69º28.89%26.47%-
HSV(B)227.69º44.83%34.12%-
XYZ4.354.149.59-
YUV57.14144.85121.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 56 (22.27% from 255) = 29.32%
BLUE value IS 87 (34.38% from 255) = 45.55%
R=25.13%
G=29.32%
B=45.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4856870.450.3600.66227.6928.8926.47
Hex3038572D24042e41d1a
Octal6070127554401023443532
Binary110000111000101011110110110010001000010111001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303857; }

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

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

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

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

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

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

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

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