#343076

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

Shades of Deep Koamaru #343076

Tints of Deep Koamaru #343076

Color information

#343076 (or 0x343076) is unknown color: approx Deep Koamaru. HEX triplet: 34, 30 and 76. RGB value is (52,48,118). Sum of RGB (Red+Green+Blue) = 52+48+118=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #343076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343076 is #CBCF89. Grayscale: #383838. Windows color (decimal): -13356938 or 7745588. OLE color: 7745588.

HSL color Cylindrical-coordinate representation of color #343076: hue angle of 243.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #343076 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5248118-
CMYK0.560.5900.54
HSL243.43º42.17%32.55%-
HSV(B)243.43º59.32%46.27%-
XYZ5.744.1517.64-
YUV57.18162.33124.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 48 (19.14% from 255) = 22.02%
BLUE value IS 118 (46.48% from 255) = 54.13%
R=23.85%
G=22.02%
B=54.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52481180.560.5900.54243.4342.1732.55
Hex343076383B036f32a21
Octal646016670730663635241
Binary1101001100001110110111000111011011011011110011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343076; }

 p { color: rgb(52,48,118); }

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

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

 a { background-color: rgb(52,48,118); }

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

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

 span { border-color: rgb(52,48,118); }

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