#354769

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

Shades of Gulf Blue #354769

Tints of Gulf Blue #354769

Color information

#354769 (or 0x354769) is unknown color: approx Gulf Blue. HEX triplet: 35, 47 and 69. RGB value is (53,71,105). Sum of RGB (Red+Green+Blue) = 53+71+105=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #354769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354769 is #CAB896. Grayscale: #454545. Windows color (decimal): -13285527 or 6899509. OLE color: 6899509.

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

Color convert

RGB5371105-
CMYK0.500.3200.59
HSL219.23º32.91%30.98%-
HSV(B)219.23º49.52%41.18%-
XYZ6.276.2814.25-
YUV69.49148.04116.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 71 (28.12% from 255) = 31.00%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=23.14%
G=31.00%
B=45.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53711050.500.3200.59219.2332.9130.98
Hex354769322003Bdb211f
Octal6510715162400733334137
Binary1101011000111110100111001010000001110111101101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354769; }

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

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

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

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

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

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

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

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