#383766

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

Shades of Deep Koamaru #383766

Tints of Deep Koamaru #383766

Color information

#383766 (or 0x383766) is unknown color: approx Deep Koamaru. HEX triplet: 38, 37 and 66. RGB value is (56,55,102). Sum of RGB (Red+Green+Blue) = 56+55+102=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #383766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383766 is #C7C899. Grayscale: #3C3C3C. Windows color (decimal): -13093018 or 6698808. OLE color: 6698808.

HSL color Cylindrical-coordinate representation of color #383766: hue angle of 241.28º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #383766 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5655102-
CMYK0.450.4600.6
HSL241.28º29.94%30.78%-
HSV(B)241.28º46.08%40%-
XYZ5.44.5313.16-
YUV60.66151.33124.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.29%
GREEN value IS 55 (21.88% from 255) = 25.82%
BLUE value IS 102 (40.23% from 255) = 47.89%
R=26.29%
G=25.82%
B=47.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56551020.450.4600.6241.2829.9430.78
Hex3837662D2E03Cf11e1f
Octal706714655560743613637
Binary11100011011111001101011011011100111100111100011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383766; }

 p { color: rgb(56,55,102); }

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

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

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

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

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

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

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