Html Css Color HEX #343759 Deep Koamaru

📋 copy color: '#343759'

red 52 ◦ green 55 ◦ blue 89

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

Shades of Deep Koamaru #343759

Tints of Deep Koamaru #343759

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.06%

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

R = 26.53%
G = 28.06%
B = 45.41%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#343759 (or 0x343759) is known color: Deep Koamaru. HEX triplet: 34, 37 and 59. RGB value is (52,55,89). Sum of RGB (Red+Green+Blue) = 52+55+89=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #343759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343759 is #CBC8A6. Grayscale: #393939. Windows color (decimal): -13355175 or 5846836. OLE color: 5846836.

HSL color Cylindrical-coordinate representation of color #343759: hue angle of 235.14º 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 #343759 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 55 89 -
CMYK 0.42 0.38 0 0.65
HSL 235.14º 0.26% 0.28% -
HSV(B) 235.14º 0.42% 0.35% -
XYZ 4.59 4.18 10.02 -
YUV 57.98 145.51 123.74 -
System Red Green Blue C M Y K H S L
Decimal 52 55 89 0.42 0.38 0 0.65 235.14 0.26 0.28
Hex 34 37 59 2A 26 0 41 EB 1A 1C
Octal 64 67 131 52 46 0 101 353 32 34
Binary 110100 110111 1011001 101010 100110 0 1000001 11101011 11010 11100

Color Harmonies of #343759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343759

Black with #343759

Text Example


Text Example

White with #343759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343759; }

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

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

background-color css

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

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

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

border-color css

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

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

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