#35486A

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

Shades of Gulf Blue #35486A

Tints of Gulf Blue #35486A

Color information

#35486A (or 0x35486A) is unknown color: approx Gulf Blue. HEX triplet: 35, 48 and 6A. RGB value is (53,72,106). Sum of RGB (Red+Green+Blue) = 53+72+106=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 106 - color contains mainly: blue. Hex color #35486A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35486A is #CAB795. Grayscale: #464646. Windows color (decimal): -13285270 or 6965301. OLE color: 6965301.

HSL color Cylindrical-coordinate representation of color #35486A: hue angle of 218.49º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35486A is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5372106-
CMYK0.50.3200.58
HSL218.49º33.33%31.18%-
HSV(B)218.49º50%41.57%-
XYZ6.396.4314.54-
YUV70.19148.21115.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.94%
GREEN value IS 72 (28.52% from 255) = 31.17%
BLUE value IS 106 (41.80% from 255) = 45.89%
R=22.94%
G=31.17%
B=45.89%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53721060.50.3200.58218.4933.3331.18
Hex35486A322003Ada211f
Octal6511015262400723324137
Binary1101011001000110101011001010000001110101101101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35486A; }

 p { color: rgb(53,72,106); }

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

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

 a { background-color: rgb(53,72,106); }

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

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

 span { border-color: rgb(53,72,106); }

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