#35435A

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

Shades of Gulf Blue #35435A

Tints of Gulf Blue #35435A

Color information

#35435A (or 0x35435A) is unknown color: approx Gulf Blue. HEX triplet: 35, 43 and 5A. RGB value is (53,67,90). Sum of RGB (Red+Green+Blue) = 53+67+90=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #35435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35435A is #CABCA5. Grayscale: #414141. Windows color (decimal): -13286566 or 5915445. OLE color: 5915445.

HSL color Cylindrical-coordinate representation of color #35435A: hue angle of 217.3º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #35435A is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB536790-
CMYK0.410.2600.65
HSL217.3º25.87%28.04%-
HSV(B)217.3º41.11%35.29%-
XYZ5.325.5110.46-
YUV65.44141.86119.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.24%
GREEN value IS 67 (26.56% from 255) = 31.90%
BLUE value IS 90 (35.55% from 255) = 42.86%
R=25.24%
G=31.90%
B=42.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5367900.410.2600.65217.325.8728.04
Hex35435A291A041d91a1c
Octal65103132513201013313234
Binary110101100001110110101010011101001000001110110011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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