Html Css Color HEX #343165 Deep Koamaru

📋 copy color: '#343165'

red 52 ◦ green 49 ◦ blue 101

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

Shades of Deep Koamaru #343165

Tints of Deep Koamaru #343165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 50%

R = 25.74%
G = 24.26%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#343165 (or 0x343165) is known color: Deep Koamaru. HEX triplet: 34, 31 and 65. RGB value is (52,49,101). Sum of RGB (Red+Green+Blue) = 52+49+101=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #343165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343165 is #CBCE9A. Grayscale: #373737. Windows color (decimal): -13356699 or 6631732. OLE color: 6631732.

HSL color Cylindrical-coordinate representation of color #343165: hue angle of 243.46º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #343165 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 49 101 -
CMYK 0.49 0.51 0 0.60
HSL 243.46º 0.35% 0.29% -
HSV(B) 243.46º 0.51% 0.4% -
XYZ 4.86 3.87 12.8 -
YUV 55.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 52 49 101 0.49 0.51 0 0.60 243.46 0.35 0.29
Hex 34 31 65 31 33 0 3C F3 23 1D
Octal 64 61 145 61 63 0 74 363 43 35
Binary 110100 110001 1100101 110001 110011 0 111100 11110011 100011 11101

Color Harmonies of #343165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343165

Black with #343165

Text Example


Text Example

White with #343165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343165; }

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

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

background-color css

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

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

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

border-color css

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

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

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