#343371

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

Shades of Deep Koamaru #343371

Tints of Deep Koamaru #343371

Color information

#343371 (or 0x343371) is unknown color: approx Deep Koamaru. HEX triplet: 34, 33 and 71. RGB value is (52,51,113). Sum of RGB (Red+Green+Blue) = 52+51+113=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #343371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343371 is #CBCC8E. Grayscale: #3A3A3A. Windows color (decimal): -13356175 or 7418676. OLE color: 7418676.

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

Color convert

RGB5251113-
CMYK0.540.5500.56
HSL240.97º37.8%32.16%-
HSV(B)240.97º54.87%44.31%-
XYZ5.584.2916.16-
YUV58.37158.83123.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.07%
GREEN value IS 51 (20.31% from 255) = 23.61%
BLUE value IS 113 (44.53% from 255) = 52.31%
R=24.07%
G=23.61%
B=52.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52511130.540.5500.56240.9737.832.16
Hex3433713637038f12620
Octal646316166670703614640
Binary1101001100111110001110110110111011100011110001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343371; }

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

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

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

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

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

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

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

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