#383368

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

Shades of Deep Koamaru #383368

Tints of Deep Koamaru #383368

Color information

#383368 (or 0x383368) is unknown color: approx Deep Koamaru. HEX triplet: 38, 33 and 68. RGB value is (56,51,104). Sum of RGB (Red+Green+Blue) = 56+51+104=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #383368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383368 is #C7CC97. Grayscale: #3A3A3A. Windows color (decimal): -13094040 or 6828856. OLE color: 6828856.

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

Color convert

RGB5651104-
CMYK0.460.5100.59
HSL245.66º34.19%30.39%-
HSV(B)245.66º50.96%40.78%-
XYZ5.314.2113.63-
YUV58.54153.66126.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 104 (41.02% from 255) = 49.29%
R=26.54%
G=24.17%
B=49.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56511040.460.5100.59245.6634.1930.39
Hex3833682E3303Bf6221e
Octal706315056630733664236
Binary111000110011110100010111011001101110111111011010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383368; }

 p { color: rgb(56,51,104); }

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

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

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

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

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

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

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