Html Css Color HEX #343176 Deep Koamaru

📋 copy color: '#343176'

red 52 ◦ green 49 ◦ blue 118

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

Shades of Deep Koamaru #343176

Tints of Deep Koamaru #343176

RGB

 RED value IS 52 (20.7% from 255) = 23.74%

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

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

R = 23.74%
G = 22.37%
B = 53.88%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#343176 (or 0x343176) is known color: Deep Koamaru. HEX triplet: 34, 31 and 76. RGB value is (52,49,118). Sum of RGB (Red+Green+Blue) = 52+49+118=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #343176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343176 is #CBCE89. Grayscale: #393939. Windows color (decimal): -13356682 or 7745844. OLE color: 7745844.

HSL color Cylindrical-coordinate representation of color #343176: hue angle of 242.61º degrees, saturation: 0.41, 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 #343176 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 49 118 -
CMYK 0.56 0.58 0 0.54
HSL 242.61º 0.41% 0.33% -
HSV(B) 242.61º 0.58% 0.46% -
XYZ 5.78 4.23 17.65 -
YUV 57.76 161.99 123.89 -
System Red Green Blue C M Y K H S L
Decimal 52 49 118 0.56 0.58 0 0.54 242.61 0.41 0.33
Hex 34 31 76 38 3A 0 36 F3 29 21
Octal 64 61 166 70 72 0 66 363 51 41
Binary 110100 110001 1110110 111000 111010 0 110110 11110011 101001 100001

Color Harmonies of #343176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343176

Black with #343176

Text Example


Text Example

White with #343176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343176; }

 p { color: rgb(52,49,118); }

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

background-color css

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

 a { background-color: rgb(52,49,118); }

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

border-color css

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

 span { border-color: rgb(52,49,118); }

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