#343A53

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

Shades of Gulf Blue #343A53

Tints of Gulf Blue #343A53

Color information

#343A53 (or 0x343A53) is unknown color: approx Gulf Blue. HEX triplet: 34, 3A and 53. RGB value is (52,58,83). Sum of RGB (Red+Green+Blue) = 52+58+83=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 83 - color contains mainly: blue. Hex color #343A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343A53 is #CBC5AC. Grayscale: #3A3A3A. Windows color (decimal): -13354413 or 5454388. OLE color: 5454388.

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

Color convert

RGB525883-
CMYK0.370.3000.67
HSL228.39º22.96%26.47%-
HSV(B)228.39º37.35%32.55%-
XYZ4.494.388.79-
YUV59.06141.51122.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 58 (23.05% from 255) = 30.05%
BLUE value IS 83 (32.81% from 255) = 43.01%
R=26.94%
G=30.05%
B=43.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5258830.370.3000.67228.3922.9626.47
Hex343A53251E043e4171a
Octal6472123453601033442732
Binary11010011101010100111001011111001000011111001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,58,83); }

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

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

 a { background-color: rgb(52,58,83); }

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

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

 span { border-color: rgb(52,58,83); }

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