#354465

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

Shades of Gulf Blue #354465

Tints of Gulf Blue #354465

Color information

#354465 (or 0x354465) is unknown color: approx Gulf Blue. HEX triplet: 35, 44 and 65. RGB value is (53,68,101). Sum of RGB (Red+Green+Blue) = 53+68+101=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #354465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354465 is #CABB9A. Grayscale: #434343. Windows color (decimal): -13286299 or 6636597. OLE color: 6636597.

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

Color convert

RGB5368101-
CMYK0.480.3300.60
HSL221.25º31.17%30.2%-
HSV(B)221.25º47.52%39.61%-
XYZ5.885.8313.13-
YUV67.28147.03117.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 101 (39.84% from 255) = 45.50%
R=23.87%
G=30.63%
B=45.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53681010.480.3300.60221.2531.1730.2
Hex354465302103Cdd1f1e
Octal6510414560410743353736
Binary110101100010011001011100001000010111100110111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354465; }

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

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

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

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

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

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

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

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