#354263

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

Shades of Gulf Blue #354263

Tints of Gulf Blue #354263

Color information

#354263 (or 0x354263) is unknown color: approx Gulf Blue. HEX triplet: 35, 42 and 63. RGB value is (53,66,99). Sum of RGB (Red+Green+Blue) = 53+66+99=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #354263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354263 is #CABD9C. Grayscale: #414141. Windows color (decimal): -13286813 or 6505013. OLE color: 6505013.

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

Color convert

RGB536699-
CMYK0.460.3300.61
HSL223.04º30.26%29.8%-
HSV(B)223.04º46.46%38.82%-
XYZ5.675.5512.58-
YUV65.88146.69118.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 66 (26.17% from 255) = 30.28%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=24.31%
G=30.28%
B=45.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5366990.460.3300.61223.0430.2629.8
Hex3542632E2103Ddf1e1e
Octal6510214356410753373636
Binary110101100001011000111011101000010111101110111111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354263; }

 p { color: rgb(53,66,99); }

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

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

 a { background-color: rgb(53,66,99); }

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

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

 span { border-color: rgb(53,66,99); }

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