Html Css Color HEX #383270 Deep Koamaru

📋 copy color: '#383270'

red 56 ◦ green 50 ◦ blue 112

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

Shades of Deep Koamaru #383270

Tints of Deep Koamaru #383270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.94%

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

R = 25.69%
G = 22.94%
B = 51.38%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#383270 (or 0x383270) is known color: Deep Koamaru. HEX triplet: 38, 32 and 70. RGB value is (56,50,112). Sum of RGB (Red+Green+Blue) = 56+50+112=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #383270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383270 is #C7CD8F. Grayscale: #3A3A3A. Windows color (decimal): -13094288 or 7352888. OLE color: 7352888.

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

Color convert

RGB 56 50 112 -
CMYK 0.50 0.55 0 0.56
HSL 245.81º 0.38% 0.32% -
HSV(B) 245.81º 0.55% 0.44% -
XYZ 5.7 4.29 15.86 -
YUV 58.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 56 50 112 0.50 0.55 0 0.56 245.81 0.38 0.32
Hex 38 32 70 32 37 0 38 F6 26 20
Octal 70 62 160 62 67 0 70 366 46 40
Binary 111000 110010 1110000 110010 110111 0 111000 11110110 100110 100000

Color Harmonies of #383270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383270

Black with #383270

Text Example


Text Example

White with #383270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383270; }

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

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

background-color css

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

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

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

border-color css

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

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

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