#344159

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

Shades of Gulf Blue #344159

Tints of Gulf Blue #344159

Color information

#344159 (or 0x344159) is unknown color: approx Gulf Blue. HEX triplet: 34, 41 and 59. RGB value is (52,65,89). Sum of RGB (Red+Green+Blue) = 52+65+89=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #344159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344159 is #CBBEA6. Grayscale: #3F3F3F. Windows color (decimal): -13352615 or 5849396. OLE color: 5849396.

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

Color convert

RGB526589-
CMYK0.420.2700.65
HSL218.92º26.24%27.65%-
HSV(B)218.92º41.57%34.9%-
XYZ5.115.2310.19-
YUV63.85142.19119.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 65 (25.78% from 255) = 31.55%
BLUE value IS 89 (35.16% from 255) = 43.20%
R=25.24%
G=31.55%
B=43.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5265890.420.2700.65218.9226.2427.65
Hex3441592A1B041db1a1c
Octal64101131523301013333234
Binary110100100000110110011010101101101000001110110111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344159; }

 p { color: rgb(52,65,89); }

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

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

 a { background-color: rgb(52,65,89); }

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

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

 span { border-color: rgb(52,65,89); }

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