#383369

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

Shades of Deep Koamaru #383369

Tints of Deep Koamaru #383369

Color information

#383369 (or 0x383369) is unknown color: approx Deep Koamaru. HEX triplet: 38, 33 and 69. RGB value is (56,51,105). Sum of RGB (Red+Green+Blue) = 56+51+105=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #383369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383369 is #C7CC96. Grayscale: #3A3A3A. Windows color (decimal): -13094039 or 6894392. OLE color: 6894392.

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

Color convert

RGB5651105-
CMYK0.470.5100.59
HSL245.56º34.62%30.59%-
HSV(B)245.56º51.43%41.18%-
XYZ5.364.2313.9-
YUV58.65154.16126.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.42%
GREEN value IS 51 (20.31% from 255) = 24.06%
BLUE value IS 105 (41.41% from 255) = 49.53%
R=26.42%
G=24.06%
B=49.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56511050.470.5100.59245.5634.6230.59
Hex3833692F3303Bf6231f
Octal706315157630733664337
Binary111000110011110100110111111001101110111111011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383369; }

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

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

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

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

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

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

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

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