Html Css Color HEX #343571 Deep Koamaru

📋 copy color: '#343571'

red 52 ◦ green 53 ◦ blue 113

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

Shades of Deep Koamaru #343571

Tints of Deep Koamaru #343571

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.31%

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

R = 23.85%
G = 24.31%
B = 51.83%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#343571 (or 0x343571) is known color: Deep Koamaru. HEX triplet: 34, 35 and 71. RGB value is (52,53,113). Sum of RGB (Red+Green+Blue) = 52+53+113=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #343571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343571 is #CBCA8E. Grayscale: #3B3B3B. Windows color (decimal): -13355663 or 7419188. OLE color: 7419188.

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

Color convert

RGB 52 53 113 -
CMYK 0.54 0.53 0 0.56
HSL 239.02º 0.37% 0.32% -
HSV(B) 239.02º 0.54% 0.44% -
XYZ 5.67 4.47 16.19 -
YUV 59.54 158.17 122.62 -
System Red Green Blue C M Y K H S L
Decimal 52 53 113 0.54 0.53 0 0.56 239.02 0.37 0.32
Hex 34 35 71 36 35 0 38 EF 25 20
Octal 64 65 161 66 65 0 70 357 45 40
Binary 110100 110101 1110001 110110 110101 0 111000 11101111 100101 100000

Color Harmonies of #343571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343571

Black with #343571

Text Example


Text Example

White with #343571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343571; }

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

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

background-color css

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

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

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

border-color css

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

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

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