Html Css Color HEX #383861 Deep Koamaru

📋 copy color: '#383861'

red 56 ◦ green 56 ◦ blue 97

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

Shades of Deep Koamaru #383861

Tints of Deep Koamaru #383861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 46.41%

R = 26.79%
G = 26.79%
B = 46.41%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#383861 (or 0x383861) is known color: Deep Koamaru. HEX triplet: 38, 38 and 61. RGB value is (56,56,97). Sum of RGB (Red+Green+Blue) = 56+56+97=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #383861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383861 is #C7C79E. Grayscale: #3C3C3C. Windows color (decimal): -13092767 or 6371384. OLE color: 6371384.

HSL color Cylindrical-coordinate representation of color #383861: hue angle of 240º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #383861 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 56 97 -
CMYK 0.42 0.42 0 0.62
HSL 240º 0.27% 0.3% -
HSV(B) 240º 0.42% 0.38% -
XYZ 5.2 4.53 11.91 -
YUV 60.67 148.5 124.67 -
System Red Green Blue C M Y K H S L
Decimal 56 56 97 0.42 0.42 0 0.62 240 0.27 0.3
Hex 38 38 61 2A 2A 0 3E F0 1B 1E
Octal 70 70 141 52 52 0 76 360 33 36
Binary 111000 111000 1100001 101010 101010 0 111110 11110000 11011 11110

Color Harmonies of #383861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383861

Black with #383861

Text Example


Text Example

White with #383861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383861; }

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

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

background-color css

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

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

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

border-color css

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

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

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