#383861

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

Shades of Deep Koamaru #383861

Tints of Deep Koamaru #383861

Color information

#383861 (or 0x383861) is unknown color: approx Deep Koamaru. HEX triplet: 38, 38 and 61. RGB value is (56,56,97). Sum of RGB (Red+Green+Blue) = 56+56+97=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #383861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383861 is #C7C79E. Grayscale: #3C3C3C. Windows color (decimal): -13092767 or 6371384. OLE color: 6371384.

HSL color Cylindrical-coordinate representation of color #383861: hue angle of 240º degrees, saturation: 0.27, 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 #383861 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB565697-
CMYK0.420.4200.62
HSL240º26.8%30%-
HSV(B)240º42.27%38.04%-
XYZ5.24.5311.91-
YUV60.67148.5124.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 56 (22.27% from 255) = 26.79%
BLUE value IS 97 (38.28% from 255) = 46.41%
R=26.79%
G=26.79%
B=46.41%

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
Decimal5656970.420.4200.6224026.830
Hex3838612A2A03Ef01b1e
Octal707014152520763603336
Binary11100011100011000011010101010100111110111100001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383861; }

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

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

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

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

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

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

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

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