#383660

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

Shades of Deep Koamaru #383660

Tints of Deep Koamaru #383660

Color information

#383660 (or 0x383660) is unknown color: approx Deep Koamaru. HEX triplet: 38, 36 and 60. RGB value is (56,54,96). Sum of RGB (Red+Green+Blue) = 56+54+96=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #383660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383660 is #C7C99F. Grayscale: #3B3B3B. Windows color (decimal): -13093280 or 6305336. OLE color: 6305336.

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

Color convert

RGB565496-
CMYK0.420.4400.62
HSL242.86º28%29.41%-
HSV(B)242.86º43.75%37.65%-
XYZ5.064.3211.63-
YUV59.39148.66125.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 96 (37.89% from 255) = 46.60%
R=27.18%
G=26.21%
B=46.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5654960.420.4400.62242.862829.41
Hex3836602A2C03Ef31c1d
Octal706614052540763633435
Binary11100011011011000001010101011000111110111100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383660; }

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

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

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

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

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

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

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

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