#343D56

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

Shades of Gulf Blue #343D56

Tints of Gulf Blue #343D56

Color information

#343D56 (or 0x343D56) is unknown color: approx Gulf Blue. HEX triplet: 34, 3D and 56. RGB value is (52,61,86). Sum of RGB (Red+Green+Blue) = 52+61+86=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 86 - color contains mainly: blue. Hex color #343D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343D56 is #CBC2A9. Grayscale: #3D3D3D. Windows color (decimal): -13353642 or 5651764. OLE color: 5651764.

HSL color Cylindrical-coordinate representation of color #343D56: hue angle of 224.12º 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 #343D56 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB526186-
CMYK0.400.2900.66
HSL224.12º24.64%27.06%-
HSV(B)224.12º39.53%33.73%-
XYZ4.764.749.47-
YUV61.16142.02121.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 61 (24.22% from 255) = 30.65%
BLUE value IS 86 (33.98% from 255) = 43.22%
R=26.13%
G=30.65%
B=43.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5261860.400.2900.66224.1224.6427.06
Hex343D56281D042e0191b
Octal6475126503501023403133
Binary11010011110110101101010001110101000010111000001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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