#303D5A

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

Shades of Gulf Blue #303D5A

Tints of Gulf Blue #303D5A

Color information

#303D5A (or 0x303D5A) is unknown color: approx Gulf Blue. HEX triplet: 30, 3D and 5A. RGB value is (48,61,90). Sum of RGB (Red+Green+Blue) = 48+61+90=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #303D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D5A is #CFC2A5. Grayscale: #3C3C3C. Windows color (decimal): -13615782 or 5913904. OLE color: 5913904.

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

Color convert

RGB486190-
CMYK0.470.3200.65
HSL221.43º30.43%27.06%-
HSV(B)221.43º46.67%35.29%-
XYZ4.734.710.33-
YUV60.42144.69119.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 61 (24.22% from 255) = 30.65%
BLUE value IS 90 (35.55% from 255) = 45.23%
R=24.12%
G=30.65%
B=45.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4861900.470.3200.65221.4330.4327.06
Hex303D5A2F20041dd1e1b
Octal6075132574001013353633
Binary110000111101101101010111110000001000001110111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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