#30375A

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

Shades of Gulf Blue #30375A

Tints of Gulf Blue #30375A

Color information

#30375A (or 0x30375A) is unknown color: approx Gulf Blue. HEX triplet: 30, 37 and 5A. RGB value is (48,55,90). Sum of RGB (Red+Green+Blue) = 48+55+90=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #30375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30375A is #CFC8A5. Grayscale: #383838. Windows color (decimal): -13617318 or 5912368. OLE color: 5912368.

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

Color convert

RGB485590-
CMYK0.470.3900.65
HSL230º30.43%27.06%-
HSV(B)230º46.67%35.29%-
XYZ4.434.110.23-
YUV56.9146.68121.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 55 (21.88% from 255) = 28.50%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=24.87%
G=28.50%
B=46.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4855900.470.3900.6523030.4327.06
Hex30375A2F27041e61e1b
Octal6067132574701013463633
Binary110000110111101101010111110011101000001111001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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