#344160

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

Shades of Gulf Blue #344160

Tints of Gulf Blue #344160

Color information

#344160 (or 0x344160) is unknown color: approx Gulf Blue. HEX triplet: 34, 41 and 60. RGB value is (52,65,96). Sum of RGB (Red+Green+Blue) = 52+65+96=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #344160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344160 is #CBBE9F. Grayscale: #404040. Windows color (decimal): -13352608 or 6308148. OLE color: 6308148.

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

Color convert

RGB526596-
CMYK0.460.3200.62
HSL222.27º29.73%29.02%-
HSV(B)222.27º45.83%37.65%-
XYZ5.425.3611.81-
YUV64.65145.69118.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.41%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=24.41%
G=30.52%
B=45.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5265960.460.3200.62222.2729.7329.02
Hex3441602E2003Ede1e1d
Octal6410114056400763363635
Binary110100100000111000001011101000000111110110111101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344160; }

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

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

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

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

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

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

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

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