#334261

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

Shades of Gulf Blue #334261

Tints of Gulf Blue #334261

Color information

#334261 (or 0x334261) is unknown color: approx Gulf Blue. HEX triplet: 33, 42 and 61. RGB value is (51,66,97). Sum of RGB (Red+Green+Blue) = 51+66+97=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #334261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334261 is #CCBD9E. Grayscale: #404040. Windows color (decimal): -13417887 or 6373939. OLE color: 6373939.

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

Color convert

RGB516697-
CMYK0.470.3200.62
HSL220.43º31.08%29.02%-
HSV(B)220.43º47.42%38.04%-
XYZ5.475.4612.08-
YUV65.05146.03117.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.83%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=23.83%
G=30.84%
B=45.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5166970.470.3200.62220.4331.0829.02
Hex3342612F2003Edc1f1d
Octal6310214157400763343735
Binary110011100001011000011011111000000111110110111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334261; }

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

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

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

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

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

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

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

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