Html Css Color HEX #383276 Deep Koamaru

📋 copy color: '#383276'

red 56 ◦ green 50 ◦ blue 118

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

Shades of Deep Koamaru #383276

Tints of Deep Koamaru #383276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.68%

R = 25%
G = 22.32%
B = 52.68%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#383276 (or 0x383276) is known color: Deep Koamaru. HEX triplet: 38, 32 and 76. RGB value is (56,50,118). Sum of RGB (Red+Green+Blue) = 56+50+118=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #383276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383276 is #C7CD89. Grayscale: #3B3B3B. Windows color (decimal): -13094282 or 7746104. OLE color: 7746104.

HSL color Cylindrical-coordinate representation of color #383276: hue angle of 245.29º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #383276 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 50 118 -
CMYK 0.53 0.58 0 0.54
HSL 245.29º 0.4% 0.33% -
HSV(B) 245.29º 0.58% 0.46% -
XYZ 6.04 4.43 17.68 -
YUV 59.55 160.99 125.47 -
System Red Green Blue C M Y K H S L
Decimal 56 50 118 0.53 0.58 0 0.54 245.29 0.4 0.33
Hex 38 32 76 35 3A 0 36 F5 28 21
Octal 70 62 166 65 72 0 66 365 50 41
Binary 111000 110010 1110110 110101 111010 0 110110 11110101 101000 100001

Color Harmonies of #383276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383276

Black with #383276

Text Example


Text Example

White with #383276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383276; }

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

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

background-color css

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

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

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

border-color css

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

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

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