#344061

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

Shades of Gulf Blue #344061

Tints of Gulf Blue #344061

Color information

#344061 (or 0x344061) is unknown color: approx Gulf Blue. HEX triplet: 34, 40 and 61. RGB value is (52,64,97). Sum of RGB (Red+Green+Blue) = 52+64+97=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #344061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344061 is #CBBF9E. Grayscale: #404040. Windows color (decimal): -13352863 or 6373428. OLE color: 6373428.

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

Color convert

RGB526497-
CMYK0.460.3400.62
HSL224º30.2%29.22%-
HSV(B)224º46.39%38.04%-
XYZ5.415.2612.04-
YUV64.17146.52119.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.41%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 97 (38.28% from 255) = 45.54%
R=24.41%
G=30.05%
B=45.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5264970.460.3400.6222430.229.22
Hex3440612E2203Ee01e1d
Octal6410014156420763403635
Binary110100100000011000011011101000100111110111000001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344061; }

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

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

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

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

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

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

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

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