#344668

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

Shades of Gulf Blue #344668

Tints of Gulf Blue #344668

Color information

#344668 (or 0x344668) is unknown color: approx Gulf Blue. HEX triplet: 34, 46 and 68. RGB value is (52,70,104). Sum of RGB (Red+Green+Blue) = 52+70+104=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #344668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344668 is #CBB997. Grayscale: #444444. Windows color (decimal): -13351320 or 6833716. OLE color: 6833716.

HSL color Cylindrical-coordinate representation of color #344668: hue angle of 219.23º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #344668 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5270104-
CMYK0.500.3300.59
HSL219.23º33.33%30.59%-
HSV(B)219.23º50%40.78%-
XYZ6.116.1113.95-
YUV68.49148.04116.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.01%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 104 (41.02% from 255) = 46.02%
R=23.01%
G=30.97%
B=46.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52701040.500.3300.59219.2333.3330.59
Hex344668322103Bdb211f
Octal6410615062410733334137
Binary1101001000110110100011001010000101110111101101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344668; }

 p { color: rgb(52,70,104); }

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

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

 a { background-color: rgb(52,70,104); }

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

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

 span { border-color: rgb(52,70,104); }

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