#343951

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

Shades of Gulf Blue #343951

Tints of Gulf Blue #343951

Color information

#343951 (or 0x343951) is unknown color: approx Gulf Blue. HEX triplet: 34, 39 and 51. RGB value is (52,57,81). Sum of RGB (Red+Green+Blue) = 52+57+81=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 81 - color contains mainly: blue. Hex color #343951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343951 is #CBC6AE. Grayscale: #3A3A3A. Windows color (decimal): -13354671 or 5323060. OLE color: 5323060.

HSL color Cylindrical-coordinate representation of color #343951: hue angle of 229.66º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #343951 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB525781-
CMYK0.360.3000.68
HSL229.66º21.8%26.08%-
HSV(B)229.66º35.8%31.76%-
XYZ4.364.258.37-
YUV58.24140.84123.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.37%
GREEN value IS 57 (22.66% from 255) = 30%
BLUE value IS 81 (32.03% from 255) = 42.63%
R=27.37%
G=30%
B=42.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5257810.360.3000.68229.6621.826.08
Hex343951241E044e6161a
Octal6471121443601043462632
Binary11010011100110100011001001111001000100111001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343951; }

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

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

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

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

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

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

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

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