#30466B

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

Shades of Gulf Blue #30466B

Tints of Gulf Blue #30466B

Color information

#30466B (or 0x30466B) is unknown color: approx Gulf Blue. HEX triplet: 30, 46 and 6B. RGB value is (48,70,107). Sum of RGB (Red+Green+Blue) = 48+70+107=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #30466B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30466B is #CFB994. Grayscale: #434343. Windows color (decimal): -13613461 or 7030320. OLE color: 7030320.

HSL color Cylindrical-coordinate representation of color #30466B: hue angle of 217.63º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30466B is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4870107-
CMYK0.550.3500.58
HSL217.63º38.06%30.39%-
HSV(B)217.63º55.14%41.96%-
XYZ6.066.0714.76-
YUV67.64150.21113.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 107 (42.19% from 255) = 47.56%
R=21.33%
G=31.11%
B=47.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48701070.550.3500.58217.6338.0630.39
Hex30466B372303Ada261e
Octal6010615367430723324636
Binary1100001000110110101111011110001101110101101101010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,70,107); }

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

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

 a { background-color: rgb(48,70,107); }

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

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

 span { border-color: rgb(48,70,107); }

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