#343174

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

Shades of Deep Koamaru #343174

Tints of Deep Koamaru #343174

Color information

#343174 (or 0x343174) is unknown color: approx Deep Koamaru. HEX triplet: 34, 31 and 74. RGB value is (52,49,116). Sum of RGB (Red+Green+Blue) = 52+49+116=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #343174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343174 is #CBCE8B. Grayscale: #393939. Windows color (decimal): -13356684 or 7614772. OLE color: 7614772.

HSL color Cylindrical-coordinate representation of color #343174: hue angle of 242.69º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #343174 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5249116-
CMYK0.550.5800.55
HSL242.69º40.61%32.35%-
HSV(B)242.69º57.76%45.49%-
XYZ5.674.1917.03-
YUV57.54160.99124.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 49 (19.53% from 255) = 22.58%
BLUE value IS 116 (45.70% from 255) = 53.46%
R=23.96%
G=22.58%
B=53.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52491160.550.5800.55242.6940.6132.35
Hex343174373A037f32920
Octal646116467720673635140
Binary1101001100011110100110111111010011011111110011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343174; }

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

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

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

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

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

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

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

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