#343958

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

Shades of Gulf Blue #343958

Tints of Gulf Blue #343958

Color information

#343958 (or 0x343958) is unknown color: approx Gulf Blue. HEX triplet: 34, 39 and 58. RGB value is (52,57,88). Sum of RGB (Red+Green+Blue) = 52+57+88=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: blue. Hex color #343958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343958 is #CBC6A7. Grayscale: #3A3A3A. Windows color (decimal): -13354664 or 5781812. OLE color: 5781812.

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

Color convert

RGB525788-
CMYK0.410.3500.65
HSL231.67º25.71%27.45%-
HSV(B)231.67º40.91%34.51%-
XYZ4.644.369.83-
YUV59.04144.34122.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.40%
GREEN value IS 57 (22.66% from 255) = 28.93%
BLUE value IS 88 (34.77% from 255) = 44.67%
R=26.40%
G=28.93%
B=44.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5257880.410.3500.65231.6725.7127.45
Hex3439582923041e81a1b
Octal6471130514301013503233
Binary110100111001101100010100110001101000001111010001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343958; }

 p { color: rgb(52,57,88); }

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

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

 a { background-color: rgb(52,57,88); }

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

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

 span { border-color: rgb(52,57,88); }

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