#354362

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

Shades of Gulf Blue #354362

Tints of Gulf Blue #354362

Color information

#354362 (or 0x354362) is unknown color: approx Gulf Blue. HEX triplet: 35, 43 and 62. RGB value is (53,67,98). Sum of RGB (Red+Green+Blue) = 53+67+98=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #354362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354362 is #CABC9D. Grayscale: #424242. Windows color (decimal): -13286558 or 6439733. OLE color: 6439733.

HSL color Cylindrical-coordinate representation of color #354362: hue angle of 221.33º 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 #354362 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB536798-
CMYK0.460.3200.62
HSL221.33º29.8%29.61%-
HSV(B)221.33º45.92%38.43%-
XYZ5.685.6512.35-
YUV66.35145.86118.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=24.31%
G=30.73%
B=44.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5367980.460.3200.62221.3329.829.61
Hex3543622E2003Edd1e1e
Octal6510314256400763353636
Binary110101100001111000101011101000000111110110111011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354362; }

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

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

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

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

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

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

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

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