#344461

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

Shades of Gulf Blue #344461

Tints of Gulf Blue #344461

Color information

#344461 (or 0x344461) is unknown color: approx Gulf Blue. HEX triplet: 34, 44 and 61. RGB value is (52,68,97). Sum of RGB (Red+Green+Blue) = 52+68+97=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #344461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344461 is #CBBB9E. Grayscale: #424242. Windows color (decimal): -13351839 or 6374452. OLE color: 6374452.

HSL color Cylindrical-coordinate representation of color #344461: hue angle of 218.67º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #344461 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB526897-
CMYK0.460.3000.62
HSL218.67º30.2%29.22%-
HSV(B)218.67º46.39%38.04%-
XYZ5.645.7312.12-
YUV66.52145.2117.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=23.96%
G=31.34%
B=44.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5268970.460.3000.62218.6730.229.22
Hex3444612E1E03Edb1e1d
Octal6410414156360763333635
Binary11010010001001100001101110111100111110110110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344461; }

 p { color: rgb(52,68,97); }

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

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

 a { background-color: rgb(52,68,97); }

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

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

 span { border-color: rgb(52,68,97); }

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