Html Css Color HEX #383859 Deep Koamaru

📋 copy color: '#383859'

red 56 ◦ green 56 ◦ blue 89

#383859
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Koamaru #383859

Tints of Deep Koamaru #383859

RGB

 RED value IS 56 (22.27% from 255) = 27.86%

 GREEN value IS 56 (22.27% from 255) = 27.86%

 BLUE value IS 89 (35.16% from 255) = 44.28%

R = 27.86%
G = 27.86%
B = 44.28%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#383859 (or 0x383859) is known color: Deep Koamaru. HEX triplet: 38, 38 and 59. RGB value is (56,56,89). Sum of RGB (Red+Green+Blue) = 56+56+89=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #383859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383859 is #C7C7A6. Grayscale: #3B3B3B. Windows color (decimal): -13092775 or 5847096. OLE color: 5847096.

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

Color convert

RGB 56 56 89 -
CMYK 0.37 0.37 0 0.65
HSL 240º 0.23% 0.28% -
HSV(B) 240º 0.37% 0.35% -
XYZ 4.85 4.39 10.04 -
YUV 59.76 144.5 125.32 -
System Red Green Blue C M Y K H S L
Decimal 56 56 89 0.37 0.37 0 0.65 240 0.23 0.28
Hex 38 38 59 25 25 0 41 F0 17 1C
Octal 70 70 131 45 45 0 101 360 27 34
Binary 111000 111000 1011001 100101 100101 0 1000001 11110000 10111 11100

Color Harmonies of #383859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383859

Black with #383859

Text Example


Text Example

White with #383859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383859; }

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

 H1.HeaderClassName
 {
   color: #383859;
 }
 .AnyTagClassName
 {
   color: #383859;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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