#35425A

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

Shades of Gulf Blue #35425A

Tints of Gulf Blue #35425A

Color information

#35425A (or 0x35425A) is unknown color: approx Gulf Blue. HEX triplet: 35, 42 and 5A. RGB value is (53,66,90). Sum of RGB (Red+Green+Blue) = 53+66+90=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #35425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35425A is #CABDA5. Grayscale: #404040. Windows color (decimal): -13286822 or 5915189. OLE color: 5915189.

HSL color Cylindrical-coordinate representation of color #35425A: hue angle of 218.92º 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 #35425A is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB536690-
CMYK0.410.2700.65
HSL218.92º25.87%28.04%-
HSV(B)218.92º41.11%35.29%-
XYZ5.265.3910.44-
YUV64.85142.19119.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.36%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=25.36%
G=31.58%
B=43.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5366900.410.2700.65218.9225.8728.04
Hex35425A291B041db1a1c
Octal65102132513301013333234
Binary110101100001010110101010011101101000001110110111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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