#334665

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

Shades of Gulf Blue #334665

Tints of Gulf Blue #334665

Color information

#334665 (or 0x334665) is unknown color: approx Gulf Blue. HEX triplet: 33, 46 and 65. RGB value is (51,70,101). Sum of RGB (Red+Green+Blue) = 51+70+101=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #334665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334665 is #CCB99A. Grayscale: #434343. Windows color (decimal): -13416859 or 6637107. OLE color: 6637107.

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

Color convert

RGB5170101-
CMYK0.500.3100.60
HSL217.2º32.89%29.8%-
HSV(B)217.2º49.5%39.61%-
XYZ5.96.0213.16-
YUV67.85146.71115.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.97%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 101 (39.84% from 255) = 45.50%
R=22.97%
G=31.53%
B=45.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51701010.500.3100.60217.232.8929.8
Hex334665321F03Cd9211e
Octal6310614562370743314136
Binary110011100011011001011100101111101111001101100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334665; }

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

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

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

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

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

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

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

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