#343D57

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

Shades of Gulf Blue #343D57

Tints of Gulf Blue #343D57

Color information

#343D57 (or 0x343D57) is unknown color: approx Gulf Blue. HEX triplet: 34, 3D and 57. RGB value is (52,61,87). Sum of RGB (Red+Green+Blue) = 52+61+87=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #343D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343D57 is #CBC2A8. Grayscale: #3D3D3D. Windows color (decimal): -13353641 or 5717300. OLE color: 5717300.

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

Color convert

RGB526187-
CMYK0.400.3000.66
HSL224.57º25.18%27.25%-
HSV(B)224.57º40.23%34.12%-
XYZ4.814.769.68-
YUV61.27142.52121.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 61 (24.22% from 255) = 30.5%
BLUE value IS 87 (34.38% from 255) = 43.5%
R=26%
G=30.5%
B=43.5%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5261870.400.3000.66224.5725.1827.25
Hex343D57281E042e1191b
Octal6475127503601023413133
Binary11010011110110101111010001111001000010111000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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