#343B54

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

Shades of Gulf Blue #343B54

Tints of Gulf Blue #343B54

Color information

#343B54 (or 0x343B54) is unknown color: approx Gulf Blue. HEX triplet: 34, 3B and 54. RGB value is (52,59,84). Sum of RGB (Red+Green+Blue) = 52+59+84=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #343B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343B54 is #CBC4AB. Grayscale: #3B3B3B. Windows color (decimal): -13354156 or 5520180. OLE color: 5520180.

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

Color convert

RGB525984-
CMYK0.380.3000.67
HSL226.88º23.53%26.67%-
HSV(B)226.88º38.1%32.94%-
XYZ4.584.59.01-
YUV59.76141.68122.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.67%
GREEN value IS 59 (23.44% from 255) = 30.26%
BLUE value IS 84 (33.20% from 255) = 43.08%
R=26.67%
G=30.26%
B=43.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5259840.380.3000.67226.8823.5326.67
Hex343B54261E043e3181b
Octal6473124463601033433033
Binary11010011101110101001001101111001000011111000111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,59,84); }

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

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

 a { background-color: rgb(52,59,84); }

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

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

 span { border-color: rgb(52,59,84); }

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