#35415A

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

Shades of Gulf Blue #35415A

Tints of Gulf Blue #35415A

Color information

#35415A (or 0x35415A) is unknown color: approx Gulf Blue. HEX triplet: 35, 41 and 5A. RGB value is (53,65,90). Sum of RGB (Red+Green+Blue) = 53+65+90=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #35415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35415A is #CABEA5. Grayscale: #404040. Windows color (decimal): -13287078 or 5914933. OLE color: 5914933.

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

Color convert

RGB536590-
CMYK0.410.2800.65
HSL220.54º25.87%28.04%-
HSV(B)220.54º41.11%35.29%-
XYZ5.25.2810.42-
YUV64.26142.52119.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.48%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 90 (35.55% from 255) = 43.27%
R=25.48%
G=31.25%
B=43.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5365900.410.2800.65220.5425.8728.04
Hex35415A291C041dd1a1c
Octal65101132513401013353234
Binary110101100000110110101010011110001000001110111011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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