#334461

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

Shades of Gulf Blue #334461

Tints of Gulf Blue #334461

Color information

#334461 (or 0x334461) is unknown color: approx Gulf Blue. HEX triplet: 33, 44 and 61. RGB value is (51,68,97). Sum of RGB (Red+Green+Blue) = 51+68+97=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #334461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334461 is #CCBB9E. Grayscale: #424242. Windows color (decimal): -13417375 or 6374451. OLE color: 6374451.

HSL color Cylindrical-coordinate representation of color #334461: hue angle of 217.83º 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 #334461 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB516897-
CMYK0.470.3000.62
HSL217.83º31.08%29.02%-
HSV(B)217.83º47.42%38.04%-
XYZ5.595.712.12-
YUV66.22145.37117.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.61%
GREEN value IS 68 (26.95% from 255) = 31.48%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=23.61%
G=31.48%
B=44.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5168970.470.3000.62217.8331.0829.02
Hex3344612F1E03Eda1f1d
Octal6310414157360763323735
Binary11001110001001100001101111111100111110110110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334461; }

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

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

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

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

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

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

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

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