#354765

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

Shades of Gulf Blue #354765

Tints of Gulf Blue #354765

Color information

#354765 (or 0x354765) is unknown color: approx Gulf Blue. HEX triplet: 35, 47 and 65. RGB value is (53,71,101). Sum of RGB (Red+Green+Blue) = 53+71+101=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #354765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354765 is #CAB89A. Grayscale: #444444. Windows color (decimal): -13285531 or 6637365. OLE color: 6637365.

HSL color Cylindrical-coordinate representation of color #354765: hue angle of 217.5º 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 #354765 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5371101-
CMYK0.480.3000.60
HSL217.5º31.17%30.2%-
HSV(B)217.5º47.52%39.61%-
XYZ6.076.213.19-
YUV69.04146.04116.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 101 (39.84% from 255) = 44.89%
R=23.56%
G=31.56%
B=44.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53711010.480.3000.60217.531.1730.2
Hex354765301E03Cda1f1e
Octal6510714560360743323736
Binary11010110001111100101110000111100111100110110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354765; }

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

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

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

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

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

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

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

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