#30385A

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

Shades of Gulf Blue #30385A

Tints of Gulf Blue #30385A

Color information

#30385A (or 0x30385A) is unknown color: approx Gulf Blue. HEX triplet: 30, 38 and 5A. RGB value is (48,56,90). Sum of RGB (Red+Green+Blue) = 48+56+90=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #30385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30385A is #CFC7A5. Grayscale: #393939. Windows color (decimal): -13617062 or 5912624. OLE color: 5912624.

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

Color convert

RGB485690-
CMYK0.470.3800.65
HSL228.57º30.43%27.06%-
HSV(B)228.57º46.67%35.29%-
XYZ4.484.1910.25-
YUV57.48146.35121.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 56 (22.27% from 255) = 28.87%
BLUE value IS 90 (35.55% from 255) = 46.39%
R=24.74%
G=28.87%
B=46.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4856900.470.3800.65228.5730.4327.06
Hex30385A2F26041e51e1b
Octal6070132574601013453633
Binary110000111000101101010111110011001000001111001011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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