Html Css Color HEX #383560 Deep Koamaru

📋 copy color: '#383560'

red 56 ◦ green 53 ◦ blue 96

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

Shades of Deep Koamaru #383560

Tints of Deep Koamaru #383560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 46.83%

R = 27.32%
G = 25.85%
B = 46.83%

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

#383560 (or 0x383560) is known color: Deep Koamaru. HEX triplet: 38, 35 and 60. RGB value is (56,53,96). Sum of RGB (Red+Green+Blue) = 56+53+96=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #383560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383560 is #C7CA9F. Grayscale: #3A3A3A. Windows color (decimal): -13093536 or 6305080. OLE color: 6305080.

HSL color Cylindrical-coordinate representation of color #383560: hue angle of 244.19º 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 #383560 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 53 96 -
CMYK 0.42 0.45 0 0.62
HSL 244.19º 0.29% 0.29% -
HSV(B) 244.19º 0.45% 0.38% -
XYZ 5.02 4.23 11.62 -
YUV 58.8 148.99 126 -
System Red Green Blue C M Y K H S L
Decimal 56 53 96 0.42 0.45 0 0.62 244.19 0.29 0.29
Hex 38 35 60 2A 2D 0 3E F4 1D 1D
Octal 70 65 140 52 55 0 76 364 35 35
Binary 111000 110101 1100000 101010 101101 0 111110 11110100 11101 11101

Color Harmonies of #383560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383560

Black with #383560

Text Example


Text Example

White with #383560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383560; }

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

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

background-color css

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

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

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

border-color css

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

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

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