#344161

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

Shades of Gulf Blue #344161

Tints of Gulf Blue #344161

Color information

#344161 (or 0x344161) is unknown color: approx Gulf Blue. HEX triplet: 34, 41 and 61. RGB value is (52,65,97). Sum of RGB (Red+Green+Blue) = 52+65+97=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #344161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344161 is #CBBE9E. Grayscale: #404040. Windows color (decimal): -13352607 or 6373684. OLE color: 6373684.

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

Color convert

RGB526597-
CMYK0.460.3300.62
HSL222.67º30.2%29.22%-
HSV(B)222.67º46.39%38.04%-
XYZ5.465.3712.06-
YUV64.76146.19118.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=24.30%
G=30.37%
B=45.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5265970.460.3300.62222.6730.229.22
Hex3441612E2103Edf1e1d
Octal6410114156410763373635
Binary110100100000111000011011101000010111110110111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344161; }

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

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

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

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

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

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

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

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