#344561

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

Shades of Gulf Blue #344561

Tints of Gulf Blue #344561

Color information

#344561 (or 0x344561) is unknown color: approx Gulf Blue. HEX triplet: 34, 45 and 61. RGB value is (52,69,97). Sum of RGB (Red+Green+Blue) = 52+69+97=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #344561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344561 is #CBBA9E. Grayscale: #424242. Windows color (decimal): -13351583 or 6374708. OLE color: 6374708.

HSL color Cylindrical-coordinate representation of color #344561: hue angle of 217.33º 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 #344561 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB526997-
CMYK0.460.2900.62
HSL217.33º30.2%29.22%-
HSV(B)217.33º46.39%38.04%-
XYZ5.75.8512.14-
YUV67.11144.87117.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 69 (27.34% from 255) = 31.65%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=23.85%
G=31.65%
B=44.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5269970.460.2900.62217.3330.229.22
Hex3445612E1D03Ed91e1d
Octal6410514156350763313635
Binary11010010001011100001101110111010111110110110011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344561; }

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

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

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

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

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

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

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

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