Html Css Color HEX #383564 Deep Koamaru

📋 copy color: '#383564'

red 56 ◦ green 53 ◦ blue 100

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

Shades of Deep Koamaru #383564

Tints of Deep Koamaru #383564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 47.85%

R = 26.79%
G = 25.36%
B = 47.85%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#383564 (or 0x383564) is known color: Deep Koamaru. HEX triplet: 38, 35 and 64. RGB value is (56,53,100). Sum of RGB (Red+Green+Blue) = 56+53+100=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 100 (39.45% from 255 or 47.85% from 209); Max value from RGB is 100 - color contains mainly: blue. Hex color #383564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383564 is #C7CA9B. Grayscale: #3B3B3B. Windows color (decimal): -13093532 or 6567224. OLE color: 6567224.

HSL color Cylindrical-coordinate representation of color #383564: hue angle of 243.83º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #383564 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 53 100 -
CMYK 0.44 0.47 0 0.61
HSL 243.83º 0.31% 0.3% -
HSV(B) 243.83º 0.47% 0.39% -
XYZ 5.2 4.31 12.61 -
YUV 59.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 56 53 100 0.44 0.47 0 0.61 243.83 0.31 0.3
Hex 38 35 64 2C 2F 0 3D F4 1F 1E
Octal 70 65 144 54 57 0 75 364 37 36
Binary 111000 110101 1100100 101100 101111 0 111101 11110100 11111 11110

Color Harmonies of #383564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383564

Black with #383564

Text Example


Text Example

White with #383564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383564; }

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

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

background-color css

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

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

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

border-color css

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

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

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