#303D5C

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

Shades of Gulf Blue #303D5C

Tints of Gulf Blue #303D5C

Color information

#303D5C (or 0x303D5C) is unknown color: approx Gulf Blue. HEX triplet: 30, 3D and 5C. RGB value is (48,61,92). Sum of RGB (Red+Green+Blue) = 48+61+92=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #303D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D5C is #CFC2A3. Grayscale: #3C3C3C. Windows color (decimal): -13615780 or 6044976. OLE color: 6044976.

HSL color Cylindrical-coordinate representation of color #303D5C: hue angle of 222.27º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #303D5C is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB486192-
CMYK0.480.3400.64
HSL222.27º31.43%27.45%-
HSV(B)222.27º47.83%36.08%-
XYZ4.824.7410.79-
YUV60.65145.69118.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 61 (24.22% from 255) = 30.35%
BLUE value IS 92 (36.33% from 255) = 45.77%
R=23.88%
G=30.35%
B=45.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4861920.480.3400.64222.2731.4327.45
Hex303D5C3022040de1f1b
Octal6075134604201003363733
Binary110000111101101110011000010001001000000110111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303D5C; }

 p { color: rgb(48,61,92); }

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

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

 a { background-color: rgb(48,61,92); }

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

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

 span { border-color: rgb(48,61,92); }

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