#343274

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

Shades of Deep Koamaru #343274

Tints of Deep Koamaru #343274

Color information

#343274 (or 0x343274) is unknown color: approx Deep Koamaru. HEX triplet: 34, 32 and 74. RGB value is (52,50,116). Sum of RGB (Red+Green+Blue) = 52+50+116=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #343274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343274 is #CBCD8B. Grayscale: #393939. Windows color (decimal): -13356428 or 7615028. OLE color: 7615028.

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

Color convert

RGB5250116-
CMYK0.550.5700.55
HSL241.82º39.76%32.55%-
HSV(B)241.82º56.9%45.49%-
XYZ5.714.2717.05-
YUV58.12160.66123.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 50 (19.92% from 255) = 22.94%
BLUE value IS 116 (45.70% from 255) = 53.21%
R=23.85%
G=22.94%
B=53.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52501160.550.5700.55241.8239.7632.55
Hex3432743739037f22821
Octal646216467710673625041
Binary1101001100101110100110111111001011011111110010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343274; }

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

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

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

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

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

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

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

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