#343273

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

Shades of Deep Koamaru #343273

Tints of Deep Koamaru #343273

Color information

#343273 (or 0x343273) is unknown color: approx Deep Koamaru. HEX triplet: 34, 32 and 73. RGB value is (52,50,115). Sum of RGB (Red+Green+Blue) = 52+50+115=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #343273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343273 is #CBCD8C. Grayscale: #393939. Windows color (decimal): -13356429 or 7549492. OLE color: 7549492.

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

Color convert

RGB5250115-
CMYK0.550.5700.55
HSL241.85º39.39%32.35%-
HSV(B)241.85º56.52%45.1%-
XYZ5.654.2516.74-
YUV58.01160.16123.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 115 (45.31% from 255) = 53.00%
R=23.96%
G=23.04%
B=53.00%

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
Decimal52501150.550.5700.55241.8539.3932.35
Hex3432733739037f22720
Octal646216367710673624740
Binary1101001100101110011110111111001011011111110010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343273; }

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

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

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

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

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

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

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

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