#383856

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

Shades of Deep Koamaru #383856

Tints of Deep Koamaru #383856

Color information

#383856 (or 0x383856) is unknown color: approx Deep Koamaru. HEX triplet: 38, 38 and 56. RGB value is (56,56,86). Sum of RGB (Red+Green+Blue) = 56+56+86=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 86 - color contains mainly: blue. Hex color #383856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383856 is #C7C7A9. Grayscale: #3B3B3B. Windows color (decimal): -13092778 or 5650488. OLE color: 5650488.

HSL color Cylindrical-coordinate representation of color #383856: hue angle of 240º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #383856 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB565686-
CMYK0.350.3500.66
HSL240º21.13%27.84%-
HSV(B)240º34.88%33.73%-
XYZ4.724.349.39-
YUV59.42143125.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.28%
GREEN value IS 56 (22.27% from 255) = 28.28%
BLUE value IS 86 (33.98% from 255) = 43.43%
R=28.28%
G=28.28%
B=43.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5656860.350.3500.6624021.1327.84
Hex3838562323042f0151c
Octal7070126434301023602534
Binary111000111000101011010001110001101000010111100001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383856; }

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

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

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

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

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

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

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

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