#343C58

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

Shades of Gulf Blue #343C58

Tints of Gulf Blue #343C58

Color information

#343C58 (or 0x343C58) is unknown color: approx Gulf Blue. HEX triplet: 34, 3C and 58. RGB value is (52,60,88). Sum of RGB (Red+Green+Blue) = 52+60+88=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 88 - color contains mainly: blue. Hex color #343C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343C58 is #CBC3A7. Grayscale: #3C3C3C. Windows color (decimal): -13353896 or 5782580. OLE color: 5782580.

HSL color Cylindrical-coordinate representation of color #343C58: hue angle of 226.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 #343C58 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB526088-
CMYK0.410.3200.65
HSL226.67º25.71%27.45%-
HSV(B)226.67º40.91%34.51%-
XYZ4.794.679.88-
YUV60.8143.35121.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 60 (23.83% from 255) = 30%
BLUE value IS 88 (34.77% from 255) = 44%
R=26%
G=30%
B=44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5260880.410.3200.65226.6725.7127.45
Hex343C582920041e31a1b
Octal6474130514001013433233
Binary110100111100101100010100110000001000001111000111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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