#343A55

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

Shades of Gulf Blue #343A55

Tints of Gulf Blue #343A55

Color information

#343A55 (or 0x343A55) is unknown color: approx Gulf Blue. HEX triplet: 34, 3A and 55. RGB value is (52,58,85). Sum of RGB (Red+Green+Blue) = 52+58+85=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #343A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343A55 is #CBC5AA. Grayscale: #3B3B3B. Windows color (decimal): -13354411 or 5585460. OLE color: 5585460.

HSL color Cylindrical-coordinate representation of color #343A55: hue angle of 229.09º 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 #343A55 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB525885-
CMYK0.390.3200.67
HSL229.09º24.09%26.86%-
HSV(B)229.09º38.82%33.33%-
XYZ4.574.419.21-
YUV59.28142.51122.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.67%
GREEN value IS 58 (23.05% from 255) = 29.74%
BLUE value IS 85 (33.59% from 255) = 43.59%
R=26.67%
G=29.74%
B=43.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5258850.390.3200.67229.0924.0926.86
Hex343A552720043e5181b
Octal6472125474001033453033
Binary110100111010101010110011110000001000011111001011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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