#35326A

Color #35326A Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #35326A

Tints of Deep Koamaru #35326A

Color information

#35326A (or 0x35326A) is unknown color: approx Deep Koamaru. HEX triplet: 35, 32 and 6A. RGB value is (53,50,106). Sum of RGB (Red+Green+Blue) = 53+50+106=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #35326A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35326A is #CACD95. Grayscale: #393939. Windows color (decimal): -13290902 or 6959669. OLE color: 6959669.

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

Color convert

RGB5350106-
CMYK0.50.5300.58
HSL243.21º35.9%30.59%-
HSV(B)243.21º52.83%41.57%-
XYZ5.214.0814.15-
YUV57.28155.49124.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.36%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 106 (41.80% from 255) = 50.72%
R=25.36%
G=23.92%
B=50.72%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53501060.50.5300.58243.2135.930.59
Hex35326A323503Af3241f
Octal656215262650723634437
Binary110101110010110101011001011010101110101111001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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