Html Css Color HEX #343359 Deep Koamaru

📋 copy color: '#343359'

red 52 ◦ green 51 ◦ blue 89

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

Shades of Deep Koamaru #343359

Tints of Deep Koamaru #343359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.56%

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

R = 27.08%
G = 26.56%
B = 46.35%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#343359 (or 0x343359) is known color: Deep Koamaru. HEX triplet: 34, 33 and 59. RGB value is (52,51,89). Sum of RGB (Red+Green+Blue) = 52+51+89=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #343359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343359 is #CBCCA6. Grayscale: #373737. Windows color (decimal): -13356199 or 5845812. OLE color: 5845812.

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

Color convert

RGB 52 51 89 -
CMYK 0.42 0.43 0 0.65
HSL 241.58º 0.27% 0.27% -
HSV(B) 241.58º 0.43% 0.35% -
XYZ 4.4 3.82 9.96 -
YUV 55.63 146.83 125.41 -
System Red Green Blue C M Y K H S L
Decimal 52 51 89 0.42 0.43 0 0.65 241.58 0.27 0.27
Hex 34 33 59 2A 2B 0 41 F2 1B 1B
Octal 64 63 131 52 53 0 101 362 33 33
Binary 110100 110011 1011001 101010 101011 0 1000001 11110010 11011 11011

Color Harmonies of #343359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343359

Black with #343359

Text Example


Text Example

White with #343359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343359; }

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

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

background-color css

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

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

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

border-color css

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

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

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