#334161

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

Shades of Gulf Blue #334161

Tints of Gulf Blue #334161

Color information

#334161 (or 0x334161) is unknown color: approx Gulf Blue. HEX triplet: 33, 41 and 61. RGB value is (51,65,97). Sum of RGB (Red+Green+Blue) = 51+65+97=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #334161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334161 is #CCBE9E. Grayscale: #404040. Windows color (decimal): -13418143 or 6373683. OLE color: 6373683.

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

Color convert

RGB516597-
CMYK0.470.3300.62
HSL221.74º31.08%29.02%-
HSV(B)221.74º47.42%38.04%-
XYZ5.415.3512.06-
YUV64.46146.36118.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.94%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 97 (38.28% from 255) = 45.54%
R=23.94%
G=30.52%
B=45.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5165970.470.3300.62221.7431.0829.02
Hex3341612F2103Ede1f1d
Octal6310114157410763363735
Binary110011100000111000011011111000010111110110111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334161; }

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

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

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

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

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

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

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

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