Html Css Color HEX #383561 Deep Koamaru

📋 copy color: '#383561'

red 56 ◦ green 53 ◦ blue 97

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

Shades of Deep Koamaru #383561

Tints of Deep Koamaru #383561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.73%

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

R = 27.18%
G = 25.73%
B = 47.09%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#383561 (or 0x383561) is known color: Deep Koamaru. HEX triplet: 38, 35 and 61. RGB value is (56,53,97). Sum of RGB (Red+Green+Blue) = 56+53+97=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #383561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383561 is #C7CA9E. Grayscale: #3A3A3A. Windows color (decimal): -13093535 or 6370616. OLE color: 6370616.

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

Color convert

RGB 56 53 97 -
CMYK 0.42 0.45 0 0.62
HSL 244.09º 0.29% 0.29% -
HSV(B) 244.09º 0.45% 0.38% -
XYZ 5.06 4.25 11.86 -
YUV 58.91 149.49 125.92 -
System Red Green Blue C M Y K H S L
Decimal 56 53 97 0.42 0.45 0 0.62 244.09 0.29 0.29
Hex 38 35 61 2A 2D 0 3E F4 1D 1D
Octal 70 65 141 52 55 0 76 364 35 35
Binary 111000 110101 1100001 101010 101101 0 111110 11110100 11101 11101

Color Harmonies of #383561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383561

Black with #383561

Text Example


Text Example

White with #383561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383561; }

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

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

background-color css

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

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

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

border-color css

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

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

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