#343071

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

Shades of Deep Koamaru #343071

Tints of Deep Koamaru #343071

Color information

#343071 (or 0x343071) is unknown color: approx Deep Koamaru. HEX triplet: 34, 30 and 71. RGB value is (52,48,113). Sum of RGB (Red+Green+Blue) = 52+48+113=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #343071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343071 is #CBCF8E. Grayscale: #383838. Windows color (decimal): -13356943 or 7417908. OLE color: 7417908.

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

Color convert

RGB5248113-
CMYK0.540.5800.56
HSL243.69º40.37%31.57%-
HSV(B)243.69º57.52%44.31%-
XYZ5.454.0416.11-
YUV56.61159.83124.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.41%
GREEN value IS 48 (19.14% from 255) = 22.54%
BLUE value IS 113 (44.53% from 255) = 53.05%
R=24.41%
G=22.54%
B=53.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52481130.540.5800.56243.6940.3731.57
Hex343071363A038f42820
Octal646016166720703645040
Binary1101001100001110001110110111010011100011110100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343071; }

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

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

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

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

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

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

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

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