Html Css Color HEX #343071 Deep Koamaru

📋 copy color: '#343071'

red 52 ◦ green 48 ◦ blue 113

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

Shades of Deep Koamaru #343071

Tints of Deep Koamaru #343071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.54%

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

R = 24.41%
G = 22.54%
B = 53.05%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#343071 (or 0x343071) is known color: Deep Koamaru. HEX triplet: 34, 30 and 71. RGB value is (52,48,113). Sum of RGB (Red+Green+Blue) = 52+48+113=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #343071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343071 is #CBCF8E. Grayscale: #383838. Windows color (decimal): -13356943 or 7417908. OLE color: 7417908.

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

Color convert

RGB 52 48 113 -
CMYK 0.54 0.58 0 0.56
HSL 243.69º 0.4% 0.32% -
HSV(B) 243.69º 0.58% 0.44% -
XYZ 5.45 4.04 16.11 -
YUV 56.61 159.83 124.71 -
System Red Green Blue C M Y K H S L
Decimal 52 48 113 0.54 0.58 0 0.56 243.69 0.4 0.32
Hex 34 30 71 36 3A 0 38 F4 28 20
Octal 64 60 161 66 72 0 70 364 50 40
Binary 110100 110000 1110001 110110 111010 0 111000 11110100 101000 100000

Color Harmonies of #343071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343071

Black with #343071

Text Example


Text Example

White with #343071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343071; }

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

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

background-color css

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

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

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

border-color css

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

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

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