#343C56

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

Shades of Gulf Blue #343C56

Tints of Gulf Blue #343C56

Color information

#343C56 (or 0x343C56) is unknown color: approx Gulf Blue. HEX triplet: 34, 3C and 56. RGB value is (52,60,86). Sum of RGB (Red+Green+Blue) = 52+60+86=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 86 - color contains mainly: blue. Hex color #343C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343C56 is #CBC3A9. Grayscale: #3C3C3C. Windows color (decimal): -13353898 or 5651508. OLE color: 5651508.

HSL color Cylindrical-coordinate representation of color #343C56: hue angle of 225.88º 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 #343C56 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB526086-
CMYK0.400.3000.66
HSL225.88º24.64%27.06%-
HSV(B)225.88º39.53%33.73%-
XYZ4.714.639.45-
YUV60.57142.35121.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 60 (23.83% from 255) = 30.30%
BLUE value IS 86 (33.98% from 255) = 43.43%
R=26.26%
G=30.30%
B=43.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5260860.400.3000.66225.8824.6427.06
Hex343C56281E042e2191b
Octal6474126503601023423133
Binary11010011110010101101010001111001000010111000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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