Html Css Color HEX #343271 Deep Koamaru

📋 copy color: '#343271'

red 52 ◦ green 50 ◦ blue 113

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

Shades of Deep Koamaru #343271

Tints of Deep Koamaru #343271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.26%

 BLUE value IS 113 (44.53% from 255) = 52.56%

R = 24.19%
G = 23.26%
B = 52.56%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#343271 (or 0x343271) is known color: Deep Koamaru. HEX triplet: 34, 32 and 71. RGB value is (52,50,113). Sum of RGB (Red+Green+Blue) = 52+50+113=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #343271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343271 is #CBCD8E. Grayscale: #393939. Windows color (decimal): -13356431 or 7418420. OLE color: 7418420.

HSL color Cylindrical-coordinate representation of color #343271: hue angle of 241.9º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #343271 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 50 113 -
CMYK 0.54 0.56 0 0.56
HSL 241.9º 0.39% 0.32% -
HSV(B) 241.9º 0.56% 0.44% -
XYZ 5.54 4.2 16.14 -
YUV 57.78 159.16 123.88 -
System Red Green Blue C M Y K H S L
Decimal 52 50 113 0.54 0.56 0 0.56 241.9 0.39 0.32
Hex 34 32 71 36 38 0 38 F2 27 20
Octal 64 62 161 66 70 0 70 362 47 40
Binary 110100 110010 1110001 110110 111000 0 111000 11110010 100111 100000

Color Harmonies of #343271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343271

Black with #343271

Text Example


Text Example

White with #343271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343271; }

 p { color: rgb(52,50,113); }

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

background-color css

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

 a { background-color: rgb(52,50,113); }

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

border-color css

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

 span { border-color: rgb(52,50,113); }

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