#343671

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

Shades of Deep Koamaru #343671

Tints of Deep Koamaru #343671

Color information

#343671 (or 0x343671) is unknown color: approx Deep Koamaru. HEX triplet: 34, 36 and 71. RGB value is (52,54,113). Sum of RGB (Red+Green+Blue) = 52+54+113=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #343671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343671 is #CBC98E. Grayscale: #3B3B3B. Windows color (decimal): -13355407 or 7419444. OLE color: 7419444.

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

Color convert

RGB5254113-
CMYK0.540.5200.56
HSL238.03º36.97%32.35%-
HSV(B)238.03º53.98%44.31%-
XYZ5.724.5616.2-
YUV60.13157.84122.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 54 (21.48% from 255) = 24.66%
BLUE value IS 113 (44.53% from 255) = 51.60%
R=23.74%
G=24.66%
B=51.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52541130.540.5200.56238.0336.9732.35
Hex3436713634038ee2520
Octal646616166640703564540
Binary1101001101101110001110110110100011100011101110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343671; }

 p { color: rgb(52,54,113); }

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

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

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

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

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

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

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