Html Css Color HEX #383174 Deep Koamaru

📋 copy color: '#383174'

red 56 ◦ green 49 ◦ blue 116

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

Shades of Deep Koamaru #383174

Tints of Deep Koamaru #383174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.49%

R = 25.34%
G = 22.17%
B = 52.49%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#383174 (or 0x383174) is known color: Deep Koamaru. HEX triplet: 38, 31 and 74. RGB value is (56,49,116). Sum of RGB (Red+Green+Blue) = 56+49+116=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #383174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383174 is #C7CE8B. Grayscale: #3A3A3A. Windows color (decimal): -13094540 or 7614776. OLE color: 7614776.

HSL color Cylindrical-coordinate representation of color #383174: hue angle of 246.27º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #383174 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 49 116 -
CMYK 0.52 0.58 0 0.55
HSL 246.27º 0.41% 0.32% -
HSV(B) 246.27º 0.58% 0.45% -
XYZ 5.88 4.3 17.04 -
YUV 58.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 56 49 116 0.52 0.58 0 0.55 246.27 0.41 0.32
Hex 38 31 74 34 3A 0 37 F6 29 20
Octal 70 61 164 64 72 0 67 366 51 40
Binary 111000 110001 1110100 110100 111010 0 110111 11110110 101001 100000

Color Harmonies of #383174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383174

Black with #383174

Text Example


Text Example

White with #383174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383174; }

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

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

background-color css

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

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

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

border-color css

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

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

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