Html Css Color HEX #343558 Deep Koamaru

📋 copy color: '#343558'

red 52 ◦ green 53 ◦ blue 88

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

Shades of Deep Koamaru #343558

Tints of Deep Koamaru #343558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 45.6%

R = 26.94%
G = 27.46%
B = 45.6%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#343558 (or 0x343558) is known color: Deep Koamaru. HEX triplet: 34, 35 and 58. RGB value is (52,53,88). Sum of RGB (Red+Green+Blue) = 52+53+88=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #343558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343558 is #CBCAA7. Grayscale: #383838. Windows color (decimal): -13355688 or 5780788. OLE color: 5780788.

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

Color convert

RGB 52 53 88 -
CMYK 0.41 0.40 0 0.65
HSL 238.33º 0.26% 0.27% -
HSV(B) 238.33º 0.41% 0.35% -
XYZ 4.45 3.98 9.77 -
YUV 56.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 52 53 88 0.41 0.40 0 0.65 238.33 0.26 0.27
Hex 34 35 58 29 28 0 41 EE 1A 1B
Octal 64 65 130 51 50 0 101 356 32 33
Binary 110100 110101 1011000 101001 101000 0 1000001 11101110 11010 11011

Color Harmonies of #343558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343558

Black with #343558

Text Example


Text Example

White with #343558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343558; }

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

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

background-color css

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

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

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

border-color css

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

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

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