#334661

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

Shades of Gulf Blue #334661

Tints of Gulf Blue #334661

Color information

#334661 (or 0x334661) is unknown color: approx Gulf Blue. HEX triplet: 33, 46 and 61. RGB value is (51,70,97). Sum of RGB (Red+Green+Blue) = 51+70+97=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #334661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334661 is #CCB99E. Grayscale: #434343. Windows color (decimal): -13416863 or 6374963. OLE color: 6374963.

HSL color Cylindrical-coordinate representation of color #334661: hue angle of 215.22º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #334661 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB517097-
CMYK0.470.2800.62
HSL215.22º31.08%29.02%-
HSV(B)215.22º47.42%38.04%-
XYZ5.715.9512.16-
YUV67.4144.71116.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.39%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=23.39%
G=32.11%
B=44.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5170970.470.2800.62215.2231.0829.02
Hex3346612F1C03Ed71f1d
Octal6310614157340763273735
Binary11001110001101100001101111111000111110110101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334661; }

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

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

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

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

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

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

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

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