#303C59

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

Shades of Gulf Blue #303C59

Tints of Gulf Blue #303C59

Color information

#303C59 (or 0x303C59) is unknown color: approx Gulf Blue. HEX triplet: 30, 3C and 59. RGB value is (48,60,89). Sum of RGB (Red+Green+Blue) = 48+60+89=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #303C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C59 is #CFC3A6. Grayscale: #3B3B3B. Windows color (decimal): -13616039 or 5848112. OLE color: 5848112.

HSL color Cylindrical-coordinate representation of color #303C59: hue angle of 222.44º 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 #303C59 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB486089-
CMYK0.460.3300.65
HSL222.44º29.93%26.86%-
HSV(B)222.44º46.07%34.9%-
XYZ4.644.5810.09-
YUV59.72144.52119.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.37%
GREEN value IS 60 (23.83% from 255) = 30.46%
BLUE value IS 89 (35.16% from 255) = 45.18%
R=24.37%
G=30.46%
B=45.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4860890.460.3300.65222.4429.9326.86
Hex303C592E21041de1e1b
Octal6074131564101013363633
Binary110000111100101100110111010000101000001110111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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