#383372

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

Shades of Deep Koamaru #383372

Tints of Deep Koamaru #383372

Color information

#383372 (or 0x383372) is unknown color: approx Deep Koamaru. HEX triplet: 38, 33 and 72. RGB value is (56,51,114). Sum of RGB (Red+Green+Blue) = 56+51+114=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #383372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383372 is #C7CC8D. Grayscale: #3B3B3B. Windows color (decimal): -13094030 or 7484216. OLE color: 7484216.

HSL color Cylindrical-coordinate representation of color #383372: hue angle of 244.76º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #383372 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5651114-
CMYK0.510.5500.55
HSL244.76º38.18%32.35%-
HSV(B)244.76º55.26%44.71%-
XYZ5.854.4216.46-
YUV59.68158.66125.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 51 (20.31% from 255) = 23.08%
BLUE value IS 114 (44.92% from 255) = 51.58%
R=25.34%
G=23.08%
B=51.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56511140.510.5500.55244.7638.1832.35
Hex3833723337037f52620
Octal706316263670673654640
Binary1110001100111110010110011110111011011111110101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383372; }

 p { color: rgb(56,51,114); }

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

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

 a { background-color: rgb(56,51,114); }

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

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

 span { border-color: rgb(56,51,114); }

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