Html Css Color HEX #343559 Deep Koamaru

📋 copy color: '#343559'

red 52 ◦ green 53 ◦ blue 89

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

Shades of Deep Koamaru #343559

Tints of Deep Koamaru #343559

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.32%

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

R = 26.8%
G = 27.32%
B = 45.88%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#343559 (or 0x343559) is known color: Deep Koamaru. HEX triplet: 34, 35 and 59. RGB value is (52,53,89). Sum of RGB (Red+Green+Blue) = 52+53+89=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #343559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343559 is #CBCAA6. Grayscale: #383838. Windows color (decimal): -13355687 or 5846324. OLE color: 5846324.

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

Color convert

RGB 52 53 89 -
CMYK 0.42 0.40 0 0.65
HSL 238.38º 0.26% 0.28% -
HSV(B) 238.38º 0.42% 0.35% -
XYZ 4.49 4 9.99 -
YUV 56.81 146.17 124.57 -
System Red Green Blue C M Y K H S L
Decimal 52 53 89 0.42 0.40 0 0.65 238.38 0.26 0.28
Hex 34 35 59 2A 28 0 41 EE 1A 1C
Octal 64 65 131 52 50 0 101 356 32 34
Binary 110100 110101 1011001 101010 101000 0 1000001 11101110 11010 11100

Color Harmonies of #343559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343559

Black with #343559

Text Example


Text Example

White with #343559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343559; }

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

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

background-color css

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

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

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

border-color css

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

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

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