Html Css Color HEX #383177 Deep Koamaru

📋 copy color: '#383177'

red 56 ◦ green 49 ◦ blue 119

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

Shades of Deep Koamaru #383177

Tints of Deep Koamaru #383177

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.88%

 BLUE value IS 119 (46.88% from 255) = 53.13%

R = 25%
G = 21.88%
B = 53.13%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#383177 (or 0x383177) is known color: Deep Koamaru. HEX triplet: 38, 31 and 77. RGB value is (56,49,119). Sum of RGB (Red+Green+Blue) = 56+49+119=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #383177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383177 is #C7CE88. Grayscale: #3A3A3A. Windows color (decimal): -13094537 or 7811384. OLE color: 7811384.

HSL color Cylindrical-coordinate representation of color #383177: hue angle of 246º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #383177 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 49 119 -
CMYK 0.53 0.59 0 0.53
HSL 246º 0.42% 0.33% -
HSV(B) 246º 0.59% 0.47% -
XYZ 6.06 4.37 17.98 -
YUV 59.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 56 49 119 0.53 0.59 0 0.53 246 0.42 0.33
Hex 38 31 77 35 3B 0 35 F6 2A 21
Octal 70 61 167 65 73 0 65 366 52 41
Binary 111000 110001 1110111 110101 111011 0 110101 11110110 101010 100001

Color Harmonies of #383177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383177

Black with #383177

Text Example


Text Example

White with #383177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383177; }

 p { color: rgb(56,49,119); }

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

background-color css

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

 a { background-color: rgb(56,49,119); }

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

border-color css

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

 span { border-color: rgb(56,49,119); }

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