#303758

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

Shades of Gulf Blue #303758

Tints of Gulf Blue #303758

Color information

#303758 (or 0x303758) is unknown color: approx Gulf Blue. HEX triplet: 30, 37 and 58. RGB value is (48,55,88). Sum of RGB (Red+Green+Blue) = 48+55+88=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #303758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303758 is #CFC8A7. Grayscale: #383838. Windows color (decimal): -13617320 or 5781296. OLE color: 5781296.

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

Color convert

RGB485588-
CMYK0.450.3800.65
HSL229.5º29.41%26.67%-
HSV(B)229.5º45.45%34.51%-
XYZ4.354.079.79-
YUV56.67145.68121.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 55 (21.88% from 255) = 28.80%
BLUE value IS 88 (34.77% from 255) = 46.07%
R=25.13%
G=28.80%
B=46.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4855880.450.3800.65229.529.4126.67
Hex3037582D26041e61d1b
Octal6067130554601013463533
Binary110000110111101100010110110011001000001111001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303758; }

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

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

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

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

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

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

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

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