#354162

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

Shades of Gulf Blue #354162

Tints of Gulf Blue #354162

Color information

#354162 (or 0x354162) is unknown color: approx Gulf Blue. HEX triplet: 35, 41 and 62. RGB value is (53,65,98). Sum of RGB (Red+Green+Blue) = 53+65+98=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 98 - color contains mainly: blue. Hex color #354162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354162 is #CABE9D. Grayscale: #414141. Windows color (decimal): -13287070 or 6439221. OLE color: 6439221.

HSL color Cylindrical-coordinate representation of color #354162: hue angle of 224º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #354162 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB536598-
CMYK0.460.3400.62
HSL224º29.8%29.61%-
HSV(B)224º45.92%38.43%-
XYZ5.565.4212.31-
YUV65.17146.52119.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 98 (38.67% from 255) = 45.37%
R=24.54%
G=30.09%
B=45.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5365980.460.3400.6222429.829.61
Hex3541622E2203Ee01e1e
Octal6510114256420763403636
Binary110101100000111000101011101000100111110111000001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354162; }

 p { color: rgb(53,65,98); }

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

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

 a { background-color: rgb(53,65,98); }

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

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

 span { border-color: rgb(53,65,98); }

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