Html Css Color HEX #383376 Deep Koamaru

📋 copy color: '#383376'

red 56 ◦ green 51 ◦ blue 118

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

Shades of Deep Koamaru #383376

Tints of Deep Koamaru #383376

RGB

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

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

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

R = 24.89%
G = 22.67%
B = 52.44%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#383376 (or 0x383376) is known color: Deep Koamaru. HEX triplet: 38, 33 and 76. RGB value is (56,51,118). Sum of RGB (Red+Green+Blue) = 56+51+118=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #383376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383376 is #C7CC89. Grayscale: #3B3B3B. Windows color (decimal): -13094026 or 7746360. OLE color: 7746360.

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

Color convert

RGB 56 51 118 -
CMYK 0.53 0.57 0 0.54
HSL 244.48º 0.4% 0.33% -
HSV(B) 244.48º 0.57% 0.46% -
XYZ 6.08 4.52 17.69 -
YUV 60.13 160.66 125.05 -
System Red Green Blue C M Y K H S L
Decimal 56 51 118 0.53 0.57 0 0.54 244.48 0.4 0.33
Hex 38 33 76 35 39 0 36 F4 28 21
Octal 70 63 166 65 71 0 66 364 50 41
Binary 111000 110011 1110110 110101 111001 0 110110 11110100 101000 100001

Color Harmonies of #383376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383376

Black with #383376

Text Example


Text Example

White with #383376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383376; }

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

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

background-color css

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

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

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

border-color css

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

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

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