#343E56

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

Shades of Gulf Blue #343E56

Tints of Gulf Blue #343E56

Color information

#343E56 (or 0x343E56) is unknown color: approx Gulf Blue. HEX triplet: 34, 3E and 56. RGB value is (52,62,86). Sum of RGB (Red+Green+Blue) = 52+62+86=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 86 - color contains mainly: blue. Hex color #343E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343E56 is #CBC1A9. Grayscale: #3D3D3D. Windows color (decimal): -13353386 or 5652020. OLE color: 5652020.

HSL color Cylindrical-coordinate representation of color #343E56: hue angle of 222.35º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #343E56 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB526286-
CMYK0.400.2800.66
HSL222.35º24.64%27.06%-
HSV(B)222.35º39.53%33.73%-
XYZ4.824.859.49-
YUV61.75141.69121.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 62 (24.61% from 255) = 31%
BLUE value IS 86 (33.98% from 255) = 43%
R=26%
G=31%
B=43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5262860.400.2800.66222.3524.6427.06
Hex343E56281C042de191b
Octal6476126503401023363133
Binary11010011111010101101010001110001000010110111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343E56; }

 p { color: rgb(52,62,86); }

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

<style>
 a { background-color: #343E56; }

 a { background-color: rgb(52,62,86); }

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

<style>
 span { border-color: #343E56; }

 span { border-color: rgb(52,62,86); }

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