#343165

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

Shades of Deep Koamaru #343165

Tints of Deep Koamaru #343165

Color information

#343165 (or 0x343165) is unknown color: approx Deep Koamaru. HEX triplet: 34, 31 and 65. RGB value is (52,49,101). Sum of RGB (Red+Green+Blue) = 52+49+101=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #343165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343165 is #CBCE9A. Grayscale: #373737. Windows color (decimal): -13356699 or 6631732. OLE color: 6631732.

HSL color Cylindrical-coordinate representation of color #343165: hue angle of 243.46º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #343165 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5249101-
CMYK0.490.5100.60
HSL243.46º34.67%29.41%-
HSV(B)243.46º51.49%39.61%-
XYZ4.863.8712.8-
YUV55.82153.49125.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 49 (19.53% from 255) = 24.26%
BLUE value IS 101 (39.84% from 255) = 50%
R=25.74%
G=24.26%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52491010.490.5100.60243.4634.6729.41
Hex343165313303Cf3231d
Octal646114561630743634335
Binary110100110001110010111000111001101111001111001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343165; }

 p { color: rgb(52,49,101); }

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

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

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

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

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

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

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