#35335A

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

Shades of Deep Koamaru #35335A

Tints of Deep Koamaru #35335A

Color information

#35335A (or 0x35335A) is unknown color: approx Deep Koamaru. HEX triplet: 35, 33 and 5A. RGB value is (53,51,90). Sum of RGB (Red+Green+Blue) = 53+51+90=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #35335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35335A is #CACCA5. Grayscale: #373737. Windows color (decimal): -13290662 or 5911349. OLE color: 5911349.

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

Color convert

RGB535190-
CMYK0.410.4300.65
HSL243.08º27.66%27.65%-
HSV(B)243.08º43.33%35.29%-
XYZ4.53.8610.18-
YUV56.04147.16125.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 51 (20.31% from 255) = 26.29%
BLUE value IS 90 (35.55% from 255) = 46.39%
R=27.32%
G=26.29%
B=46.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5351900.410.4300.65243.0827.6627.65
Hex35335A292B041f31c1c
Octal6563132515301013633434
Binary110101110011101101010100110101101000001111100111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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