#343E5D

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

Shades of Gulf Blue #343E5D

Tints of Gulf Blue #343E5D

Color information

#343E5D (or 0x343E5D) is unknown color: approx Gulf Blue. HEX triplet: 34, 3E and 5D. RGB value is (52,62,93). Sum of RGB (Red+Green+Blue) = 52+62+93=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #343E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343E5D is #CBC1A2. Grayscale: #3E3E3E. Windows color (decimal): -13353379 or 6110772. OLE color: 6110772.

HSL color Cylindrical-coordinate representation of color #343E5D: hue angle of 225.37º 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 #343E5D is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB526293-
CMYK0.440.3300.64
HSL225.37º28.28%28.43%-
HSV(B)225.37º44.09%36.47%-
XYZ5.114.9711.04-
YUV62.54145.19120.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 62 (24.61% from 255) = 29.95%
BLUE value IS 93 (36.72% from 255) = 44.93%
R=25.12%
G=29.95%
B=44.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5262930.440.3300.64225.3728.2828.43
Hex343E5D2C21040e11c1c
Octal6476135544101003413434
Binary110100111110101110110110010000101000000111000011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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