Html Css Color HEX #343561 Deep Koamaru

📋 copy color: '#343561'

red 52 ◦ green 53 ◦ blue 97

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

Shades of Deep Koamaru #343561

Tints of Deep Koamaru #343561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 48.02%

R = 25.74%
G = 26.24%
B = 48.02%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#343561 (or 0x343561) is known color: Deep Koamaru. HEX triplet: 34, 35 and 61. RGB value is (52,53,97). Sum of RGB (Red+Green+Blue) = 52+53+97=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #343561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343561 is #CBCA9E. Grayscale: #393939. Windows color (decimal): -13355679 or 6370612. OLE color: 6370612.

HSL color Cylindrical-coordinate representation of color #343561: hue angle of 238.67º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #343561 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 53 97 -
CMYK 0.46 0.45 0 0.62
HSL 238.67º 0.3% 0.29% -
HSV(B) 238.67º 0.46% 0.38% -
XYZ 4.85 4.14 11.85 -
YUV 57.72 150.17 123.92 -
System Red Green Blue C M Y K H S L
Decimal 52 53 97 0.46 0.45 0 0.62 238.67 0.3 0.29
Hex 34 35 61 2E 2D 0 3E EF 1E 1D
Octal 64 65 141 56 55 0 76 357 36 35
Binary 110100 110101 1100001 101110 101101 0 111110 11101111 11110 11101

Color Harmonies of #343561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343561

Black with #343561

Text Example


Text Example

White with #343561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343561; }

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

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

background-color css

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

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

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

border-color css

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

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

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