#383860

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

Shades of Deep Koamaru #383860

Tints of Deep Koamaru #383860

Color information

#383860 (or 0x383860) is unknown color: approx Deep Koamaru. HEX triplet: 38, 38 and 60. RGB value is (56,56,96). Sum of RGB (Red+Green+Blue) = 56+56+96=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #383860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383860 is #C7C79F. Grayscale: #3C3C3C. Windows color (decimal): -13092768 or 6305848. OLE color: 6305848.

HSL color Cylindrical-coordinate representation of color #383860: hue angle of 240º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #383860 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB565696-
CMYK0.420.4200.62
HSL240º26.32%29.8%-
HSV(B)240º41.67%37.65%-
XYZ5.164.5111.67-
YUV60.56148124.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.92%
GREEN value IS 56 (22.27% from 255) = 26.92%
BLUE value IS 96 (37.89% from 255) = 46.15%
R=26.92%
G=26.92%
B=46.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5656960.420.4200.6224026.3229.8
Hex3838602A2A03Ef01a1e
Octal707014052520763603236
Binary11100011100011000001010101010100111110111100001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383860; }

 p { color: rgb(56,56,96); }

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

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

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

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

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

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

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