#35325D

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

Shades of Deep Koamaru #35325D

Tints of Deep Koamaru #35325D

Color information

#35325D (or 0x35325D) is unknown color: approx Deep Koamaru. HEX triplet: 35, 32 and 5D. RGB value is (53,50,93). Sum of RGB (Red+Green+Blue) = 53+50+93=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #35325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35325D is #CACDA2. Grayscale: #373737. Windows color (decimal): -13290915 or 6107701. OLE color: 6107701.

HSL color Cylindrical-coordinate representation of color #35325D: hue angle of 244.19º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #35325D is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB535093-
CMYK0.430.4600.64
HSL244.19º30.07%28.04%-
HSV(B)244.19º46.24%36.47%-
XYZ4.583.8310.85-
YUV55.8148.99126-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.04%
GREEN value IS 50 (19.92% from 255) = 25.51%
BLUE value IS 93 (36.72% from 255) = 47.45%
R=27.04%
G=25.51%
B=47.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5350930.430.4600.64244.1930.0728.04
Hex35325D2B2E040f41e1c
Octal6562135535601003643634
Binary110101110010101110110101110111001000000111101001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35325D; }

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

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

<style>
 a { background-color: #35325D; }

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

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

<style>
 span { border-color: #35325D; }

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

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