#343955

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

Shades of Gulf Blue #343955

Tints of Gulf Blue #343955

Color information

#343955 (or 0x343955) is unknown color: approx Gulf Blue. HEX triplet: 34, 39 and 55. RGB value is (52,57,85). Sum of RGB (Red+Green+Blue) = 52+57+85=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #343955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343955 is #CBC6AA. Grayscale: #3A3A3A. Windows color (decimal): -13354667 or 5585204. OLE color: 5585204.

HSL color Cylindrical-coordinate representation of color #343955: hue angle of 230.91º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #343955 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB525785-
CMYK0.390.3300.67
HSL230.91º24.09%26.86%-
HSV(B)230.91º38.82%33.33%-
XYZ4.524.319.19-
YUV58.7142.84123.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.80%
GREEN value IS 57 (22.66% from 255) = 29.38%
BLUE value IS 85 (33.59% from 255) = 43.81%
R=26.80%
G=29.38%
B=43.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5257850.390.3300.67230.9124.0926.86
Hex3439552721043e7181b
Octal6471125474101033473033
Binary110100111001101010110011110000101000011111001111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343955; }

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

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

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

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

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

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

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

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