#344259

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

Shades of Gulf Blue #344259

Tints of Gulf Blue #344259

Color information

#344259 (or 0x344259) is unknown color: approx Gulf Blue. HEX triplet: 34, 42 and 59. RGB value is (52,66,89). Sum of RGB (Red+Green+Blue) = 52+66+89=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #344259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344259 is #CBBDA6. Grayscale: #404040. Windows color (decimal): -13352359 or 5849652. OLE color: 5849652.

HSL color Cylindrical-coordinate representation of color #344259: hue angle of 217.3º 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 #344259 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB526689-
CMYK0.420.2600.65
HSL217.3º26.24%27.65%-
HSV(B)217.3º41.57%34.9%-
XYZ5.175.3510.21-
YUV64.44141.86119.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 89 (35.16% from 255) = 43.00%
R=25.12%
G=31.88%
B=43.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5266890.420.2600.65217.326.2427.65
Hex3442592A1A041d91a1c
Octal64102131523201013313234
Binary110100100001010110011010101101001000001110110011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344259; }

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

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

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

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

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

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

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

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