#344466

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

Shades of Gulf Blue #344466

Tints of Gulf Blue #344466

Color information

#344466 (or 0x344466) is unknown color: approx Gulf Blue. HEX triplet: 34, 44 and 66. RGB value is (52,68,102). Sum of RGB (Red+Green+Blue) = 52+68+102=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #344466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344466 is #CBBB99. Grayscale: #424242. Windows color (decimal): -13351834 or 6702132. OLE color: 6702132.

HSL color Cylindrical-coordinate representation of color #344466: hue angle of 220.8º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #344466 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5268102-
CMYK0.490.3300.6
HSL220.8º32.47%30.2%-
HSV(B)220.8º49.02%40%-
XYZ5.885.8213.38-
YUV67.09147.7117.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.42%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 102 (40.23% from 255) = 45.95%
R=23.42%
G=30.63%
B=45.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal52681020.490.3300.6220.832.4730.2
Hex344466312103Cdd201e
Octal6410414661410743354036
Binary1101001000100110011011000110000101111001101110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344466; }

 p { color: rgb(52,68,102); }

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

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

 a { background-color: rgb(52,68,102); }

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

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

 span { border-color: rgb(52,68,102); }

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