#35366A

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

Shades of Deep Koamaru #35366A

Tints of Deep Koamaru #35366A

Color information

#35366A (or 0x35366A) is unknown color: approx Deep Koamaru. HEX triplet: 35, 36 and 6A. RGB value is (53,54,106). Sum of RGB (Red+Green+Blue) = 53+54+106=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 106 (41.80% from 255 or 49.77% from 213); Max value from RGB is 106 - color contains mainly: blue. Hex color #35366A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35366A is #CAC995. Grayscale: #3B3B3B. Windows color (decimal): -13289878 or 6960693. OLE color: 6960693.

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

Color convert

RGB5354106-
CMYK0.50.4900.58
HSL238.87º33.33%31.18%-
HSV(B)238.87º50%41.57%-
XYZ5.394.4414.21-
YUV59.63154.17123.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.88%
GREEN value IS 54 (21.48% from 255) = 25.35%
BLUE value IS 106 (41.80% from 255) = 49.77%
R=24.88%
G=25.35%
B=49.77%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53541060.50.4900.58238.8733.3331.18
Hex35366A323103Aef211f
Octal656615262610723574137
Binary110101110110110101011001011000101110101110111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35366A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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