#32356A

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

Shades of Deep Koamaru #32356A

Tints of Deep Koamaru #32356A

Color information

#32356A (or 0x32356A) is unknown color: approx Deep Koamaru. HEX triplet: 32, 35 and 6A. RGB value is (50,53,106). Sum of RGB (Red+Green+Blue) = 50+53+106=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 53 (21.09% from 255 or 25.36% 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 #32356A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32356A is #CDCA95. Grayscale: #393939. Windows color (decimal): -13486742 or 6960434. OLE color: 6960434.

HSL color Cylindrical-coordinate representation of color #32356A: hue angle of 236.79º 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 #32356A is Cyan = 0.53, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5053106-
CMYK0.530.500.58
HSL236.79º35.9%30.59%-
HSV(B)236.79º52.83%41.57%-
XYZ5.194.2614.19-
YUV58.14155.01122.19-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50531060.530.500.58236.7935.930.59
Hex32356A353203Aed241f
Octal626515265620723554437
Binary110010110101110101011010111001001110101110110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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