#35385A

Color #35385A Bay Of Many (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Of Many #35385A

Tints of Bay Of Many #35385A

Color information

#35385A (or 0x35385A) is unknown color: approx Bay Of Many. HEX triplet: 35, 38 and 5A. RGB value is (53,56,90). Sum of RGB (Red+Green+Blue) = 53+56+90=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #35385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35385A is #CAC7A5. Grayscale: #3A3A3A. Windows color (decimal): -13289382 or 5912629. OLE color: 5912629.

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

Color convert

RGB535690-
CMYK0.410.3800.65
HSL235.14º25.87%28.04%-
HSV(B)235.14º41.11%35.29%-
XYZ4.734.3210.26-
YUV58.98145.51123.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.63%
GREEN value IS 56 (22.27% from 255) = 28.14%
BLUE value IS 90 (35.55% from 255) = 45.23%
R=26.63%
G=28.14%
B=45.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5356900.410.3800.65235.1425.8728.04
Hex35385A2926041eb1a1c
Octal6570132514601013533234
Binary110101111000101101010100110011001000001111010111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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