#34476A

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

Shades of Gulf Blue #34476A

Tints of Gulf Blue #34476A

Color information

#34476A (or 0x34476A) is unknown color: approx Gulf Blue. HEX triplet: 34, 47 and 6A. RGB value is (52,71,106). Sum of RGB (Red+Green+Blue) = 52+71+106=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 106 - color contains mainly: blue. Hex color #34476A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34476A is #CBB895. Grayscale: #454545. Windows color (decimal): -13351062 or 6965044. OLE color: 6965044.

HSL color Cylindrical-coordinate representation of color #34476A: hue angle of 218.89º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #34476A is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5271106-
CMYK0.510.3300.58
HSL218.89º34.18%30.98%-
HSV(B)218.89º50.94%41.57%-
XYZ6.276.2814.52-
YUV69.31148.71115.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.71%
GREEN value IS 71 (28.12% from 255) = 31.00%
BLUE value IS 106 (41.80% from 255) = 46.29%
R=22.71%
G=31.00%
B=46.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52711060.510.3300.58218.8934.1830.98
Hex34476A332103Adb221f
Octal6410715263410723334237
Binary1101001000111110101011001110000101110101101101110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,71,106); }

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

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

 a { background-color: rgb(52,71,106); }

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

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

 span { border-color: rgb(52,71,106); }

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