#383866

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

Shades of Deep Koamaru #383866

Tints of Deep Koamaru #383866

Color information

#383866 (or 0x383866) is unknown color: approx Deep Koamaru. HEX triplet: 38, 38 and 66. RGB value is (56,56,102). Sum of RGB (Red+Green+Blue) = 56+56+102=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #383866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383866 is #C7C799. Grayscale: #3D3D3D. Windows color (decimal): -13092762 or 6699064. OLE color: 6699064.

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

Color convert

RGB5656102-
CMYK0.450.4500.6
HSL240º29.11%30.98%-
HSV(B)240º45.1%40%-
XYZ5.444.6313.18-
YUV61.24151124.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 56 (22.27% from 255) = 26.17%
BLUE value IS 102 (40.23% from 255) = 47.66%
R=26.17%
G=26.17%
B=47.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56561020.450.4500.624029.1130.98
Hex3838662D2D03Cf01d1f
Octal707014655550743603537
Binary11100011100011001101011011011010111100111100001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383866; }

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

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

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

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

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

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

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

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