#334668

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

Shades of Gulf Blue #334668

Tints of Gulf Blue #334668

Color information

#334668 (or 0x334668) is unknown color: approx Gulf Blue. HEX triplet: 33, 46 and 68. RGB value is (51,70,104). Sum of RGB (Red+Green+Blue) = 51+70+104=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #334668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334668 is #CCB997. Grayscale: #444444. Windows color (decimal): -13416856 or 6833715. OLE color: 6833715.

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

Color convert

RGB5170104-
CMYK0.510.3300.59
HSL218.49º34.19%30.39%-
HSV(B)218.49º50.96%40.78%-
XYZ6.056.0813.95-
YUV68.19148.21115.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 104 (41.02% from 255) = 46.22%
R=22.67%
G=31.11%
B=46.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51701040.510.3300.59218.4934.1930.39
Hex334668332103Bda221e
Octal6310615063410733324236
Binary1100111000110110100011001110000101110111101101010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334668; }

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

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

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

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

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

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

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

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