#35326E

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

Shades of Deep Koamaru #35326E

Tints of Deep Koamaru #35326E

Color information

#35326E (or 0x35326E) is unknown color: approx Deep Koamaru. HEX triplet: 35, 32 and 6E. RGB value is (53,50,110). Sum of RGB (Red+Green+Blue) = 53+50+110=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #35326E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35326E is #CACD91. Grayscale: #393939. Windows color (decimal): -13290898 or 7221813. OLE color: 7221813.

HSL color Cylindrical-coordinate representation of color #35326E: hue angle of 243º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35326E is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5350110-
CMYK0.520.5500.57
HSL243º37.5%31.37%-
HSV(B)243º54.55%43.14%-
XYZ5.424.1615.27-
YUV57.74157.49124.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.88%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 110 (43.36% from 255) = 51.64%
R=24.88%
G=23.47%
B=51.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53501100.520.5500.5724337.531.37
Hex35326E3437039f3261f
Octal656215664670713634637
Binary110101110010110111011010011011101110011111001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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