Html Css Color HEX #343259 Deep Koamaru

📋 copy color: '#343259'

red 52 ◦ green 50 ◦ blue 89

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

Shades of Deep Koamaru #343259

Tints of Deep Koamaru #343259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 46.6%

R = 27.23%
G = 26.18%
B = 46.6%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#343259 (or 0x343259) is known color: Deep Koamaru. HEX triplet: 34, 32 and 59. RGB value is (52,50,89). Sum of RGB (Red+Green+Blue) = 52+50+89=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #343259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343259 is #CBCDA6. Grayscale: #363636. Windows color (decimal): -13356455 or 5845556. OLE color: 5845556.

HSL color Cylindrical-coordinate representation of color #343259: hue angle of 243.08º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #343259 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 50 89 -
CMYK 0.42 0.44 0 0.65
HSL 243.08º 0.28% 0.27% -
HSV(B) 243.08º 0.44% 0.35% -
XYZ 4.36 3.73 9.94 -
YUV 55.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 52 50 89 0.42 0.44 0 0.65 243.08 0.28 0.27
Hex 34 32 59 2A 2C 0 41 F3 1C 1B
Octal 64 62 131 52 54 0 101 363 34 33
Binary 110100 110010 1011001 101010 101100 0 1000001 11110011 11100 11011

Color Harmonies of #343259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343259

Black with #343259

Text Example


Text Example

White with #343259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343259; }

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

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

background-color css

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

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

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

border-color css

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

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

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