#343F58

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

Shades of Gulf Blue #343F58

Tints of Gulf Blue #343F58

Color information

#343F58 (or 0x343F58) is unknown color: approx Gulf Blue. HEX triplet: 34, 3F and 58. RGB value is (52,63,88). Sum of RGB (Red+Green+Blue) = 52+63+88=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #343F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F58 is #CBC0A7. Grayscale: #3E3E3E. Windows color (decimal): -13353128 or 5783348. OLE color: 5783348.

HSL color Cylindrical-coordinate representation of color #343F58: hue angle of 221.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #343F58 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB526388-
CMYK0.410.2800.65
HSL221.67º25.71%27.45%-
HSV(B)221.67º40.91%34.51%-
XYZ4.964.999.93-
YUV62.56142.36120.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 63 (25% from 255) = 31.03%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=25.62%
G=31.03%
B=43.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5263880.410.2800.65221.6725.7127.45
Hex343F58291C041de1a1b
Octal6477130513401013363233
Binary11010011111110110001010011110001000001110111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,63,88); }

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

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

 a { background-color: rgb(52,63,88); }

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

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

 span { border-color: rgb(52,63,88); }

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