#343370

Color #343370 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #343370

Tints of Deep Koamaru #343370

Color information

#343370 (or 0x343370) is unknown color: approx Deep Koamaru. HEX triplet: 34, 33 and 70. RGB value is (52,51,112). Sum of RGB (Red+Green+Blue) = 52+51+112=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #343370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343370 is #CBCC8F. Grayscale: #3A3A3A. Windows color (decimal): -13356176 or 7353140. OLE color: 7353140.

HSL color Cylindrical-coordinate representation of color #343370: hue angle of 240.98º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #343370 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5251112-
CMYK0.540.5400.56
HSL240.98º37.42%31.96%-
HSV(B)240.98º54.46%43.92%-
XYZ5.524.2715.86-
YUV58.25158.33123.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.19%
GREEN value IS 51 (20.31% from 255) = 23.72%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=24.19%
G=23.72%
B=52.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52511120.540.5400.56240.9837.4231.96
Hex3433703636038f12520
Octal646316066660703614540
Binary1101001100111110000110110110110011100011110001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343370; }

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

 H1.HeaderClassName
 {
   color: #343370;
 }
 .AnyTagClassName
 {
   color: #343370;
 }
</style>
background-color css

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

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

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

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

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

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