#343470

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

Shades of Deep Koamaru #343470

Tints of Deep Koamaru #343470

Color information

#343470 (or 0x343470) is unknown color: approx Deep Koamaru. HEX triplet: 34, 34 and 70. RGB value is (52,52,112). Sum of RGB (Red+Green+Blue) = 52+52+112=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #343470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343470 is #CBCB8F. Grayscale: #3A3A3A. Windows color (decimal): -13355920 or 7353396. OLE color: 7353396.

HSL color Cylindrical-coordinate representation of color #343470: hue angle of 240º 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 #343470 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5252112-
CMYK0.540.5400.56
HSL240º36.59%32.16%-
HSV(B)240º53.57%43.92%-
XYZ5.574.3615.88-
YUV58.84158123.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.07%
GREEN value IS 52 (20.70% from 255) = 24.07%
BLUE value IS 112 (44.14% from 255) = 51.85%
R=24.07%
G=24.07%
B=51.85%

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
Decimal52521120.540.5400.5624036.5932.16
Hex3434703636038f02520
Octal646416066660703604540
Binary1101001101001110000110110110110011100011110000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343470; }

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

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

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

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

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

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

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

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