Html Css Color HEX #383770 Deep Koamaru

📋 copy color: '#383770'

red 56 ◦ green 55 ◦ blue 112

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

Shades of Deep Koamaru #383770

Tints of Deep Koamaru #383770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.66%

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

R = 25.11%
G = 24.66%
B = 50.22%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#383770 (or 0x383770) is known color: Deep Koamaru. HEX triplet: 38, 37 and 70. RGB value is (56,55,112). Sum of RGB (Red+Green+Blue) = 56+55+112=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #383770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383770 is #C7C88F. Grayscale: #3D3D3D. Windows color (decimal): -13093008 or 7354168. OLE color: 7354168.

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

Color convert

RGB 56 55 112 -
CMYK 0.50 0.51 0 0.56
HSL 241.05º 0.34% 0.33% -
HSV(B) 241.05º 0.51% 0.44% -
XYZ 5.92 4.74 15.93 -
YUV 61.8 156.33 123.87 -
System Red Green Blue C M Y K H S L
Decimal 56 55 112 0.50 0.51 0 0.56 241.05 0.34 0.33
Hex 38 37 70 32 33 0 38 F1 22 21
Octal 70 67 160 62 63 0 70 361 42 41
Binary 111000 110111 1110000 110010 110011 0 111000 11110001 100010 100001

Color Harmonies of #383770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383770

Black with #383770

Text Example


Text Example

White with #383770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383770; }

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

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

background-color css

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

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

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

border-color css

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

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

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