Html Css Color HEX #383970 Deep Koamaru

📋 copy color: '#383970'

red 56 ◦ green 57 ◦ blue 112

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

Shades of Deep Koamaru #383970

Tints of Deep Koamaru #383970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.33%

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

R = 24.89%
G = 25.33%
B = 49.78%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#383970 (or 0x383970) is known color: Deep Koamaru. HEX triplet: 38, 39 and 70. RGB value is (56,57,112). Sum of RGB (Red+Green+Blue) = 56+57+112=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #383970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383970 is #C7C68F. Grayscale: #3E3E3E. Windows color (decimal): -13092496 or 7354680. OLE color: 7354680.

HSL color Cylindrical-coordinate representation of color #383970: hue angle of 238.93º 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 #383970 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 57 112 -
CMYK 0.50 0.49 0 0.56
HSL 238.93º 0.33% 0.33% -
HSV(B) 238.93º 0.5% 0.44% -
XYZ 6.02 4.94 15.96 -
YUV 62.97 155.67 123.03 -
System Red Green Blue C M Y K H S L
Decimal 56 57 112 0.50 0.49 0 0.56 238.93 0.33 0.33
Hex 38 39 70 32 31 0 38 EF 21 21
Octal 70 71 160 62 61 0 70 357 41 41
Binary 111000 111001 1110000 110010 110001 0 111000 11101111 100001 100001

Color Harmonies of #383970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383970

Black with #383970

Text Example


Text Example

White with #383970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383970; }

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

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

background-color css

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

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

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

border-color css

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

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

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