#383177

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

Shades of Deep Koamaru #383177

Tints of Deep Koamaru #383177

Color information

#383177 (or 0x383177) is unknown color: approx Deep Koamaru. HEX triplet: 38, 31 and 77. RGB value is (56,49,119). Sum of RGB (Red+Green+Blue) = 56+49+119=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #383177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383177 is #C7CE88. Grayscale: #3A3A3A. Windows color (decimal): -13094537 or 7811384. OLE color: 7811384.

HSL color Cylindrical-coordinate representation of color #383177: hue angle of 246º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #383177 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5649119-
CMYK0.530.5900.53
HSL246º41.67%32.94%-
HSV(B)246º58.82%46.67%-
XYZ6.064.3717.98-
YUV59.07161.82125.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 49 (19.53% from 255) = 21.88%
BLUE value IS 119 (46.88% from 255) = 53.12%
R=25%
G=21.88%
B=53.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56491190.530.5900.5324641.6732.94
Hex383177353B035f62a21
Octal706116765730653665241
Binary1110001100011110111110101111011011010111110110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383177; }

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

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

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

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

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

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

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

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