#344058

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

Shades of Gulf Blue #344058

Tints of Gulf Blue #344058

Color information

#344058 (or 0x344058) is unknown color: approx Gulf Blue. HEX triplet: 34, 40 and 58. RGB value is (52,64,88). Sum of RGB (Red+Green+Blue) = 52+64+88=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #344058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344058 is #CBBFA7. Grayscale: #3F3F3F. Windows color (decimal): -13352872 or 5783604. OLE color: 5783604.

HSL color Cylindrical-coordinate representation of color #344058: hue angle of 220º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #344058 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB526488-
CMYK0.410.2700.65
HSL220º25.71%27.45%-
HSV(B)220º40.91%34.51%-
XYZ5.015.19.95-
YUV63.15142.02120.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 64 (25.39% from 255) = 31.37%
BLUE value IS 88 (34.77% from 255) = 43.14%
R=25.49%
G=31.37%
B=43.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5264880.410.2700.6522025.7127.45
Hex344058291B041dc1a1b
Octal64100130513301013343233
Binary110100100000010110001010011101101000001110111001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344058; }

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

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

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

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

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

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

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

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