#343D59

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

Shades of Gulf Blue #343D59

Tints of Gulf Blue #343D59

Color information

#343D59 (or 0x343D59) is unknown color: approx Gulf Blue. HEX triplet: 34, 3D and 59. RGB value is (52,61,89). Sum of RGB (Red+Green+Blue) = 52+61+89=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #343D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343D59 is #CBC2A6. Grayscale: #3D3D3D. Windows color (decimal): -13353639 or 5848372. OLE color: 5848372.

HSL color Cylindrical-coordinate representation of color #343D59: hue angle of 225.41º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #343D59 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB526189-
CMYK0.420.3100.65
HSL225.41º26.24%27.65%-
HSV(B)225.41º41.57%34.9%-
XYZ4.894.7910.12-
YUV61.5143.52121.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 61 (24.22% from 255) = 30.20%
BLUE value IS 89 (35.16% from 255) = 44.06%
R=25.74%
G=30.20%
B=44.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5261890.420.3100.65225.4126.2427.65
Hex343D592A1F041e11a1c
Octal6475131523701013413234
Binary11010011110110110011010101111101000001111000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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