#343D5D

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

Shades of Gulf Blue #343D5D

Tints of Gulf Blue #343D5D

Color information

#343D5D (or 0x343D5D) is unknown color: approx Gulf Blue. HEX triplet: 34, 3D and 5D. RGB value is (52,61,93). Sum of RGB (Red+Green+Blue) = 52+61+93=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #343D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343D5D is #CBC2A2. Grayscale: #3D3D3D. Windows color (decimal): -13353635 or 6110516. OLE color: 6110516.

HSL color Cylindrical-coordinate representation of color #343D5D: hue angle of 226.83º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #343D5D is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB526193-
CMYK0.440.3400.64
HSL226.83º28.28%28.43%-
HSV(B)226.83º44.09%36.47%-
XYZ5.064.8611.03-
YUV61.96145.52120.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 61 (24.22% from 255) = 29.61%
BLUE value IS 93 (36.72% from 255) = 45.15%
R=25.24%
G=29.61%
B=45.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5261930.440.3400.64226.8328.2828.43
Hex343D5D2C22040e31c1c
Octal6475135544201003433434
Binary110100111101101110110110010001001000000111000111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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