#303D5B

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

Shades of Gulf Blue #303D5B

Tints of Gulf Blue #303D5B

Color information

#303D5B (or 0x303D5B) is unknown color: approx Gulf Blue. HEX triplet: 30, 3D and 5B. RGB value is (48,61,91). Sum of RGB (Red+Green+Blue) = 48+61+91=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #303D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D5B is #CFC2A4. Grayscale: #3C3C3C. Windows color (decimal): -13615781 or 5979440. OLE color: 5979440.

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

Color convert

RGB486191-
CMYK0.470.3300.64
HSL221.86º30.94%27.25%-
HSV(B)221.86º47.25%35.69%-
XYZ4.784.7210.56-
YUV60.53145.19119.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24%
GREEN value IS 61 (24.22% from 255) = 30.5%
BLUE value IS 91 (35.94% from 255) = 45.5%
R=24%
G=30.5%
B=45.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4861910.470.3300.64221.8630.9427.25
Hex303D5B2F21040de1f1b
Octal6075133574101003363733
Binary110000111101101101110111110000101000000110111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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