#383173

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

Shades of Deep Koamaru #383173

Tints of Deep Koamaru #383173

Color information

#383173 (or 0x383173) is unknown color: approx Deep Koamaru. HEX triplet: 38, 31 and 73. RGB value is (56,49,115). Sum of RGB (Red+Green+Blue) = 56+49+115=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #383173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383173 is #C7CE8C. Grayscale: #3A3A3A. Windows color (decimal): -13094541 or 7549240. OLE color: 7549240.

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

Color convert

RGB5649115-
CMYK0.510.5700.55
HSL246.36º40.24%32.16%-
HSV(B)246.36º57.39%45.1%-
XYZ5.824.2816.74-
YUV58.62159.82126.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.45%
GREEN value IS 49 (19.53% from 255) = 22.27%
BLUE value IS 115 (45.31% from 255) = 52.27%
R=25.45%
G=22.27%
B=52.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56491150.510.5700.55246.3640.2432.16
Hex3831733339037f62820
Octal706116363710673665040
Binary1110001100011110011110011111001011011111110110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383173; }

 p { color: rgb(56,49,115); }

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

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

 a { background-color: rgb(56,49,115); }

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

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

 span { border-color: rgb(56,49,115); }

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