#383759

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

Shades of Deep Koamaru #383759

Tints of Deep Koamaru #383759

Color information

#383759 (or 0x383759) is unknown color: approx Deep Koamaru. HEX triplet: 38, 37 and 59. RGB value is (56,55,89). Sum of RGB (Red+Green+Blue) = 56+55+89=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #383759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383759 is #C7C8A6. Grayscale: #3B3B3B. Windows color (decimal): -13093031 or 5846840. OLE color: 5846840.

HSL color Cylindrical-coordinate representation of color #383759: hue angle of 241.76º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #383759 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB565589-
CMYK0.370.3800.65
HSL241.76º23.61%28.24%-
HSV(B)241.76º38.2%34.9%-
XYZ4.84.2910.03-
YUV59.18144.83125.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28%
GREEN value IS 55 (21.88% from 255) = 27.5%
BLUE value IS 89 (35.16% from 255) = 44.5%
R=28%
G=27.5%
B=44.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5655890.370.3800.65241.7623.6128.24
Hex3837592526041f2181c
Octal7067131454601013623034
Binary111000110111101100110010110011001000001111100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383759; }

 p { color: rgb(56,55,89); }

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

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

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

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

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

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

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