#30405C

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

Shades of Gulf Blue #30405C

Tints of Gulf Blue #30405C

Color information

#30405C (or 0x30405C) is unknown color: approx Gulf Blue. HEX triplet: 30, 40 and 5C. RGB value is (48,64,92). Sum of RGB (Red+Green+Blue) = 48+64+92=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #30405C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30405C is #CFBFA3. Grayscale: #3E3E3E. Windows color (decimal): -13615012 or 6045744. OLE color: 6045744.

HSL color Cylindrical-coordinate representation of color #30405C: hue angle of 218.18º 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 #30405C is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB486492-
CMYK0.480.3000.64
HSL218.18º31.43%27.45%-
HSV(B)218.18º47.83%36.08%-
XYZ4.985.0710.84-
YUV62.41144.7117.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.53%
GREEN value IS 64 (25.39% from 255) = 31.37%
BLUE value IS 92 (36.33% from 255) = 45.10%
R=23.53%
G=31.37%
B=45.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4864920.480.3000.64218.1831.4327.45
Hex30405C301E040da1f1b
Octal60100134603601003323733
Binary110000100000010111001100001111001000000110110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30405C; }

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

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

<style>
 a { background-color: #30405C; }

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

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

<style>
 span { border-color: #30405C; }

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

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