#383469

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

Shades of Deep Koamaru #383469

Tints of Deep Koamaru #383469

Color information

#383469 (or 0x383469) is unknown color: approx Deep Koamaru. HEX triplet: 38, 34 and 69. RGB value is (56,52,105). Sum of RGB (Red+Green+Blue) = 56+52+105=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #383469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383469 is #C7CB96. Grayscale: #3B3B3B. Windows color (decimal): -13093783 or 6894648. OLE color: 6894648.

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

Color convert

RGB5652105-
CMYK0.470.5000.59
HSL244.53º33.76%30.78%-
HSV(B)244.53º50.48%41.18%-
XYZ5.414.3213.91-
YUV59.24153.83125.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.29%
GREEN value IS 52 (20.70% from 255) = 24.41%
BLUE value IS 105 (41.41% from 255) = 49.30%
R=26.29%
G=24.41%
B=49.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56521050.470.5000.59244.5333.7630.78
Hex3834692F3203Bf5221f
Octal706415157620733654237
Binary111000110100110100110111111001001110111111010110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383469; }

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

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

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

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

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

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

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

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