#334061

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

Shades of Gulf Blue #334061

Tints of Gulf Blue #334061

Color information

#334061 (or 0x334061) is unknown color: approx Gulf Blue. HEX triplet: 33, 40 and 61. RGB value is (51,64,97). Sum of RGB (Red+Green+Blue) = 51+64+97=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #334061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334061 is #CCBF9E. Grayscale: #3F3F3F. Windows color (decimal): -13418399 or 6373427. OLE color: 6373427.

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

Color convert

RGB516497-
CMYK0.470.3400.62
HSL223.04º31.08%29.02%-
HSV(B)223.04º47.42%38.04%-
XYZ5.365.2312.04-
YUV63.87146.69118.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.06%
GREEN value IS 64 (25.39% from 255) = 30.19%
BLUE value IS 97 (38.28% from 255) = 45.75%
R=24.06%
G=30.19%
B=45.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5164970.470.3400.62223.0431.0829.02
Hex3340612F2203Edf1f1d
Octal6310014157420763373735
Binary110011100000011000011011111000100111110110111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334061; }

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

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

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

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

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

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

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

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