#32376B

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

Shades of Deep Koamaru #32376B

Tints of Deep Koamaru #32376B

Color information

#32376B (or 0x32376B) is unknown color: approx Deep Koamaru. HEX triplet: 32, 37 and 6B. RGB value is (50,55,107). Sum of RGB (Red+Green+Blue) = 50+55+107=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #32376B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32376B is #CDC894. Grayscale: #3B3B3B. Windows color (decimal): -13486229 or 7026482. OLE color: 7026482.

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

Color convert

RGB5055107-
CMYK0.530.4900.58
HSL234.74º36.31%30.78%-
HSV(B)234.74º53.27%41.96%-
XYZ5.344.4714.49-
YUV59.43154.84121.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.58%
GREEN value IS 55 (21.88% from 255) = 25.94%
BLUE value IS 107 (42.19% from 255) = 50.47%
R=23.58%
G=25.94%
B=50.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50551070.530.4900.58234.7436.3130.78
Hex32376B353103Aeb241f
Octal626715365610723534437
Binary110010110111110101111010111000101110101110101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32376B; }

 p { color: rgb(50,55,107); }

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

<style>
 a { background-color: #32376B; }

 a { background-color: rgb(50,55,107); }

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

<style>
 span { border-color: #32376B; }

 span { border-color: rgb(50,55,107); }

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