Html Css Color HEX #383870 Deep Koamaru

📋 copy color: '#383870'

red 56 ◦ green 56 ◦ blue 112

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

Shades of Deep Koamaru #383870

Tints of Deep Koamaru #383870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50%

R = 25%
G = 25%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#383870 (or 0x383870) is known color: Deep Koamaru. HEX triplet: 38, 38 and 70. RGB value is (56,56,112). Sum of RGB (Red+Green+Blue) = 56+56+112=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #383870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383870 is #C7C78F. Grayscale: #3E3E3E. Windows color (decimal): -13092752 or 7354424. OLE color: 7354424.

HSL color Cylindrical-coordinate representation of color #383870: hue angle of 240º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #383870 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 56 112 -
CMYK 0.50 0.50 0 0.56
HSL 240º 0.33% 0.33% -
HSV(B) 240º 0.5% 0.44% -
XYZ 5.97 4.84 15.95 -
YUV 62.38 156 123.45 -
System Red Green Blue C M Y K H S L
Decimal 56 56 112 0.50 0.50 0 0.56 240 0.33 0.33
Hex 38 38 70 32 32 0 38 F0 21 21
Octal 70 70 160 62 62 0 70 360 41 41
Binary 111000 111000 1110000 110010 110010 0 111000 11110000 100001 100001

Color Harmonies of #383870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383870

Black with #383870

Text Example


Text Example

White with #383870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383870; }

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

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

background-color css

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

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

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

border-color css

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

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

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