#303D59

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

Shades of Gulf Blue #303D59

Tints of Gulf Blue #303D59

Color information

#303D59 (or 0x303D59) is unknown color: approx Gulf Blue. HEX triplet: 30, 3D and 59. RGB value is (48,61,89). Sum of RGB (Red+Green+Blue) = 48+61+89=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #303D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D59 is #CFC2A6. Grayscale: #3C3C3C. Windows color (decimal): -13615783 or 5848368. OLE color: 5848368.

HSL color Cylindrical-coordinate representation of color #303D59: hue angle of 220.98º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #303D59 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB486189-
CMYK0.460.3100.65
HSL220.98º29.93%26.86%-
HSV(B)220.98º46.07%34.9%-
XYZ4.694.6910.11-
YUV60.3144.19119.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.24%
GREEN value IS 61 (24.22% from 255) = 30.81%
BLUE value IS 89 (35.16% from 255) = 44.95%
R=24.24%
G=30.81%
B=44.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4861890.460.3100.65220.9829.9326.86
Hex303D592E1F041dd1e1b
Octal6075131563701013353633
Binary11000011110110110011011101111101000001110111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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