#334561

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

Shades of Gulf Blue #334561

Tints of Gulf Blue #334561

Color information

#334561 (or 0x334561) is unknown color: approx Gulf Blue. HEX triplet: 33, 45 and 61. RGB value is (51,69,97). Sum of RGB (Red+Green+Blue) = 51+69+97=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #334561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334561 is #CCBA9E. Grayscale: #424242. Windows color (decimal): -13417119 or 6374707. OLE color: 6374707.

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

Color convert

RGB516997-
CMYK0.470.2900.62
HSL216.52º31.08%29.02%-
HSV(B)216.52º47.42%38.04%-
XYZ5.655.8212.14-
YUV66.81145.04116.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.50%
GREEN value IS 69 (27.34% from 255) = 31.80%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=23.50%
G=31.80%
B=44.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5169970.470.2900.62216.5231.0829.02
Hex3345612F1D03Ed91f1d
Octal6310514157350763313735
Binary11001110001011100001101111111010111110110110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334561; }

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

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

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

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

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

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

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

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