#383174

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

Shades of Deep Koamaru #383174

Tints of Deep Koamaru #383174

Color information

#383174 (or 0x383174) is unknown color: approx Deep Koamaru. HEX triplet: 38, 31 and 74. RGB value is (56,49,116). Sum of RGB (Red+Green+Blue) = 56+49+116=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #383174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383174 is #C7CE8B. Grayscale: #3A3A3A. Windows color (decimal): -13094540 or 7614776. OLE color: 7614776.

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

Color convert

RGB5649116-
CMYK0.520.5800.55
HSL246.27º40.61%32.35%-
HSV(B)246.27º57.76%45.49%-
XYZ5.884.317.04-
YUV58.73160.32126.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 116 (45.70% from 255) = 52.49%
R=25.34%
G=22.17%
B=52.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56491160.520.5800.55246.2740.6132.35
Hex383174343A037f62920
Octal706116464720673665140
Binary1110001100011110100110100111010011011111110110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383174; }

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

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

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

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

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

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

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

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