Html Css Color HEX #343172 Deep Koamaru

📋 copy color: '#343172'

red 52 ◦ green 49 ◦ blue 114

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

Shades of Deep Koamaru #343172

Tints of Deep Koamaru #343172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 53.02%

R = 24.19%
G = 22.79%
B = 53.02%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#343172 (or 0x343172) is known color: Deep Koamaru. HEX triplet: 34, 31 and 72. RGB value is (52,49,114). Sum of RGB (Red+Green+Blue) = 52+49+114=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #343172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343172 is #CBCE8D. Grayscale: #393939. Windows color (decimal): -13356686 or 7483700. OLE color: 7483700.

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

Color convert

RGB 52 49 114 -
CMYK 0.54 0.57 0 0.55
HSL 242.77º 0.4% 0.32% -
HSV(B) 242.77º 0.57% 0.45% -
XYZ 5.55 4.14 16.43 -
YUV 57.31 159.99 124.21 -
System Red Green Blue C M Y K H S L
Decimal 52 49 114 0.54 0.57 0 0.55 242.77 0.4 0.32
Hex 34 31 72 36 39 0 37 F3 28 20
Octal 64 61 162 66 71 0 67 363 50 40
Binary 110100 110001 1110010 110110 111001 0 110111 11110011 101000 100000

Color Harmonies of #343172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343172

Black with #343172

Text Example


Text Example

White with #343172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343172; }

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

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

background-color css

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

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

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

border-color css

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

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

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