#303956

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

Shades of Gulf Blue #303956

Tints of Gulf Blue #303956

Color information

#303956 (or 0x303956) is unknown color: approx Gulf Blue. HEX triplet: 30, 39 and 56. RGB value is (48,57,86). Sum of RGB (Red+Green+Blue) = 48+57+86=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #303956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303956 is #CFC6A9. Grayscale: #393939. Windows color (decimal): -13616810 or 5650736. OLE color: 5650736.

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

Color convert

RGB485786-
CMYK0.440.3400.66
HSL225.79º28.36%26.27%-
HSV(B)225.79º44.19%33.73%-
XYZ4.364.239.39-
YUV57.61144.02121.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 57 (22.66% from 255) = 29.84%
BLUE value IS 86 (33.98% from 255) = 45.03%
R=25.13%
G=29.84%
B=45.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4857860.440.3400.66225.7928.3626.27
Hex3039562C22042e21c1a
Octal6071126544201023423432
Binary110000111001101011010110010001001000010111000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303956; }

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

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

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

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

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

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

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

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