#344360

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

Shades of Gulf Blue #344360

Tints of Gulf Blue #344360

Color information

#344360 (or 0x344360) is unknown color: approx Gulf Blue. HEX triplet: 34, 43 and 60. RGB value is (52,67,96). Sum of RGB (Red+Green+Blue) = 52+67+96=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #344360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344360 is #CBBC9F. Grayscale: #414141. Windows color (decimal): -13352096 or 6308660. OLE color: 6308660.

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

Color convert

RGB526796-
CMYK0.460.3000.62
HSL219.55º29.73%29.02%-
HSV(B)219.55º45.83%37.65%-
XYZ5.535.5911.85-
YUV65.82145.03118.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.19%
GREEN value IS 67 (26.56% from 255) = 31.16%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=24.19%
G=31.16%
B=44.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5267960.460.3000.62219.5529.7329.02
Hex3443602E1E03Edc1e1d
Octal6410314056360763343635
Binary11010010000111100000101110111100111110110111001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344360; }

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

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

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

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

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

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

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

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