#354665

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

Shades of Gulf Blue #354665

Tints of Gulf Blue #354665

Color information

#354665 (or 0x354665) is unknown color: approx Gulf Blue. HEX triplet: 35, 46 and 65. RGB value is (53,70,101). Sum of RGB (Red+Green+Blue) = 53+70+101=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #354665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354665 is #CAB99A. Grayscale: #444444. Windows color (decimal): -13285787 or 6637109. OLE color: 6637109.

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

Color convert

RGB5370101-
CMYK0.480.3100.60
HSL218.75º31.17%30.2%-
HSV(B)218.75º47.52%39.61%-
XYZ6.016.0813.17-
YUV68.45146.37116.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.66%
GREEN value IS 70 (27.73% from 255) = 31.25%
BLUE value IS 101 (39.84% from 255) = 45.09%
R=23.66%
G=31.25%
B=45.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53701010.480.3100.60218.7531.1730.2
Hex354665301F03Cdb1f1e
Octal6510614560370743333736
Binary11010110001101100101110000111110111100110110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354665; }

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

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

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

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

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

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

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

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