#30385B

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

Shades of Gulf Blue #30385B

Tints of Gulf Blue #30385B

Color information

#30385B (or 0x30385B) is unknown color: approx Gulf Blue. HEX triplet: 30, 38 and 5B. RGB value is (48,56,91). Sum of RGB (Red+Green+Blue) = 48+56+91=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #30385B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30385B is #CFC7A4. Grayscale: #393939. Windows color (decimal): -13617061 or 5978160. OLE color: 5978160.

HSL color Cylindrical-coordinate representation of color #30385B: hue angle of 228.84º 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 #30385B is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB485691-
CMYK0.470.3800.64
HSL228.84º30.94%27.25%-
HSV(B)228.84º47.25%35.69%-
XYZ4.524.2110.47-
YUV57.6146.85121.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 56 (22.27% from 255) = 28.72%
BLUE value IS 91 (35.94% from 255) = 46.67%
R=24.62%
G=28.72%
B=46.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4856910.470.3800.64228.8430.9427.25
Hex30385B2F26040e51f1b
Octal6070133574601003453733
Binary110000111000101101110111110011001000000111001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30385B; }

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

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

<style>
 a { background-color: #30385B; }

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

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

<style>
 span { border-color: #30385B; }

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

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