#303955

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

Shades of Gulf Blue #303955

Tints of Gulf Blue #303955

Color information

#303955 (or 0x303955) is unknown color: approx Gulf Blue. HEX triplet: 30, 39 and 55. RGB value is (48,57,85). Sum of RGB (Red+Green+Blue) = 48+57+85=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #303955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303955 is #CFC6AA. Grayscale: #393939. Windows color (decimal): -13616811 or 5585200. OLE color: 5585200.

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

Color convert

RGB485785-
CMYK0.440.3300.67
HSL225.41º27.82%26.08%-
HSV(B)225.41º43.53%33.33%-
XYZ4.324.219.18-
YUV57.5143.52121.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 57 (22.66% from 255) = 30%
BLUE value IS 85 (33.59% from 255) = 44.74%
R=25.26%
G=30%
B=44.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4857850.440.3300.67225.4127.8226.08
Hex3039552C21043e11c1a
Octal6071125544101033413432
Binary110000111001101010110110010000101000011111000011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303955; }

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

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

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

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

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

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

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

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