#343272

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

Shades of Deep Koamaru #343272

Tints of Deep Koamaru #343272

Color information

#343272 (or 0x343272) is unknown color: approx Deep Koamaru. HEX triplet: 34, 32 and 72. RGB value is (52,50,114). Sum of RGB (Red+Green+Blue) = 52+50+114=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #343272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343272 is #CBCD8D. Grayscale: #393939. Windows color (decimal): -13356430 or 7483956. OLE color: 7483956.

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

Color convert

RGB5250114-
CMYK0.540.5600.55
HSL241.88º39.02%32.16%-
HSV(B)241.88º56.14%44.71%-
XYZ5.594.2316.44-
YUV57.89159.66123.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.07%
GREEN value IS 50 (19.92% from 255) = 23.15%
BLUE value IS 114 (44.92% from 255) = 52.78%
R=24.07%
G=23.15%
B=52.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52501140.540.5600.55241.8839.0232.16
Hex3432723638037f22720
Octal646216266700673624740
Binary1101001100101110010110110111000011011111110010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343272; }

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

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

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

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

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

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

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

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