#383969

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

Shades of Deep Koamaru #383969

Tints of Deep Koamaru #383969

Color information

#383969 (or 0x383969) is unknown color: approx Deep Koamaru. HEX triplet: 38, 39 and 69. RGB value is (56,57,105). Sum of RGB (Red+Green+Blue) = 56+57+105=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #383969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383969 is #C7C696. Grayscale: #3D3D3D. Windows color (decimal): -13092503 or 6895928. OLE color: 6895928.

HSL color Cylindrical-coordinate representation of color #383969: hue angle of 238.78º 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 #383969 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5657105-
CMYK0.470.4600.59
HSL238.78º30.43%31.57%-
HSV(B)238.78º46.67%41.18%-
XYZ5.644.7913.99-
YUV62.17152.17123.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 57 (22.66% from 255) = 26.15%
BLUE value IS 105 (41.41% from 255) = 48.17%
R=25.69%
G=26.15%
B=48.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56571050.470.4600.59238.7830.4331.57
Hex3839692F2E03Bef1e20
Octal707115157560733573640
Binary111000111001110100110111110111001110111110111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383969; }

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

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

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

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

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

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

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

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