#383869

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

Shades of Deep Koamaru #383869

Tints of Deep Koamaru #383869

Color information

#383869 (or 0x383869) is unknown color: approx Deep Koamaru. HEX triplet: 38, 38 and 69. RGB value is (56,56,105). Sum of RGB (Red+Green+Blue) = 56+56+105=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #383869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383869 is #C7C796. Grayscale: #3D3D3D. Windows color (decimal): -13092759 or 6895672. OLE color: 6895672.

HSL color Cylindrical-coordinate representation of color #383869: hue angle of 240º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #383869 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5656105-
CMYK0.470.4700.59
HSL240º30.43%31.57%-
HSV(B)240º46.67%41.18%-
XYZ5.594.6913.97-
YUV61.59152.5124.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.81%
GREEN value IS 56 (22.27% from 255) = 25.81%
BLUE value IS 105 (41.41% from 255) = 48.39%
R=25.81%
G=25.81%
B=48.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56561050.470.4700.5924030.4331.57
Hex3838692F2F03Bf01e20
Octal707015157570733603640
Binary111000111000110100110111110111101110111111000011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383869; }

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

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

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

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

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

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

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

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