Html Css Color HEX #343163 Deep Koamaru

📋 copy color: '#343163'

red 52 ◦ green 49 ◦ blue 99

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

Shades of Deep Koamaru #343163

Tints of Deep Koamaru #343163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 49.5%

R = 26%
G = 24.5%
B = 49.5%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#343163 (or 0x343163) is known color: Deep Koamaru. HEX triplet: 34, 31 and 63. RGB value is (52,49,99). Sum of RGB (Red+Green+Blue) = 52+49+99=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #343163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343163 is #CBCE9C. Grayscale: #373737. Windows color (decimal): -13356701 or 6500660. OLE color: 6500660.

HSL color Cylindrical-coordinate representation of color #343163: hue angle of 243.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #343163 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 49 99 -
CMYK 0.47 0.51 0 0.61
HSL 243.6º 0.34% 0.29% -
HSV(B) 243.6º 0.51% 0.39% -
XYZ 4.77 3.83 12.29 -
YUV 55.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 52 49 99 0.47 0.51 0 0.61 243.6 0.34 0.29
Hex 34 31 63 2F 33 0 3D F4 22 1D
Octal 64 61 143 57 63 0 75 364 42 35
Binary 110100 110001 1100011 101111 110011 0 111101 11110100 100010 11101

Color Harmonies of #343163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343163

Black with #343163

Text Example


Text Example

White with #343163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343163; }

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

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

background-color css

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

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

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

border-color css

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

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

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