Html Css Color HEX #383370 Deep Koamaru

📋 copy color: '#383370'

red 56 ◦ green 51 ◦ blue 112

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

Shades of Deep Koamaru #383370

Tints of Deep Koamaru #383370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.29%

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

R = 25.57%
G = 23.29%
B = 51.14%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#383370 (or 0x383370) is known color: Deep Koamaru. HEX triplet: 38, 33 and 70. RGB value is (56,51,112). Sum of RGB (Red+Green+Blue) = 56+51+112=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #383370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383370 is #C7CC8F. Grayscale: #3B3B3B. Windows color (decimal): -13094032 or 7353144. OLE color: 7353144.

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

Color convert

RGB 56 51 112 -
CMYK 0.50 0.54 0 0.56
HSL 244.92º 0.37% 0.32% -
HSV(B) 244.92º 0.54% 0.44% -
XYZ 5.74 4.38 15.87 -
YUV 59.45 157.66 125.54 -
System Red Green Blue C M Y K H S L
Decimal 56 51 112 0.50 0.54 0 0.56 244.92 0.37 0.32
Hex 38 33 70 32 36 0 38 F5 25 20
Octal 70 63 160 62 66 0 70 365 45 40
Binary 111000 110011 1110000 110010 110110 0 111000 11110101 100101 100000

Color Harmonies of #383370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383370

Black with #383370

Text Example


Text Example

White with #383370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383370; }

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

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

background-color css

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

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

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

border-color css

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

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

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