#343856

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

Shades of Gulf Blue #343856

Tints of Gulf Blue #343856

Color information

#343856 (or 0x343856) is unknown color: approx Gulf Blue. HEX triplet: 34, 38 and 56. RGB value is (52,56,86). Sum of RGB (Red+Green+Blue) = 52+56+86=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #343856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343856 is #CBC7A9. Grayscale: #3A3A3A. Windows color (decimal): -13354922 or 5650484. OLE color: 5650484.

HSL color Cylindrical-coordinate representation of color #343856: hue angle of 232.94º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #343856 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB525686-
CMYK0.400.3500.66
HSL232.94º24.64%27.06%-
HSV(B)232.94º39.53%33.73%-
XYZ4.514.239.38-
YUV58.22143.67123.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.80%
GREEN value IS 56 (22.27% from 255) = 28.87%
BLUE value IS 86 (33.98% from 255) = 44.33%
R=26.80%
G=28.87%
B=44.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5256860.400.3500.66232.9424.6427.06
Hex3438562823042e9191b
Octal6470126504301023513133
Binary110100111000101011010100010001101000010111010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343856; }

 p { color: rgb(52,56,86); }

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

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

 a { background-color: rgb(52,56,86); }

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

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

 span { border-color: rgb(52,56,86); }

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