#334769

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

Shades of Gulf Blue #334769

Tints of Gulf Blue #334769

Color information

#334769 (or 0x334769) is unknown color: approx Gulf Blue. HEX triplet: 33, 47 and 69. RGB value is (51,71,105). Sum of RGB (Red+Green+Blue) = 51+71+105=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #334769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334769 is #CCB896. Grayscale: #444444. Windows color (decimal): -13416599 or 6899507. OLE color: 6899507.

HSL color Cylindrical-coordinate representation of color #334769: hue angle of 217.78º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #334769 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5171105-
CMYK0.510.3200.59
HSL217.78º34.62%30.59%-
HSV(B)217.78º51.43%41.18%-
XYZ6.176.2314.24-
YUV68.9148.37115.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.47%
GREEN value IS 71 (28.12% from 255) = 31.28%
BLUE value IS 105 (41.41% from 255) = 46.26%
R=22.47%
G=31.28%
B=46.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51711050.510.3200.59217.7834.6230.59
Hex334769332003Bda231f
Octal6310715163400733324337
Binary1100111000111110100111001110000001110111101101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334769; }

 p { color: rgb(51,71,105); }

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

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

 a { background-color: rgb(51,71,105); }

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

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

 span { border-color: rgb(51,71,105); }

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