#354565

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

Shades of Gulf Blue #354565

Tints of Gulf Blue #354565

Color information

#354565 (or 0x354565) is unknown color: approx Gulf Blue. HEX triplet: 35, 45 and 65. RGB value is (53,69,101). Sum of RGB (Red+Green+Blue) = 53+69+101=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #354565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354565 is #CABA9A. Grayscale: #434343. Windows color (decimal): -13286043 or 6636853. OLE color: 6636853.

HSL color Cylindrical-coordinate representation of color #354565: hue angle of 220º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #354565 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5369101-
CMYK0.480.3200.60
HSL220º31.17%30.2%-
HSV(B)220º47.52%39.61%-
XYZ5.955.9513.15-
YUV67.86146.7117.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 101 (39.84% from 255) = 45.29%
R=23.77%
G=30.94%
B=45.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53691010.480.3200.6022031.1730.2
Hex354565302003Cdc1f1e
Octal6510514560400743343736
Binary110101100010111001011100001000000111100110111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354565; }

 p { color: rgb(53,69,101); }

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

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

 a { background-color: rgb(53,69,101); }

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

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

 span { border-color: rgb(53,69,101); }

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