#343760

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

Shades of Deep Koamaru #343760

Tints of Deep Koamaru #343760

Color information

#343760 (or 0x343760) is unknown color: approx Deep Koamaru. HEX triplet: 34, 37 and 60. RGB value is (52,55,96). Sum of RGB (Red+Green+Blue) = 52+55+96=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #343760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343760 is #CBC89F. Grayscale: #3A3A3A. Windows color (decimal): -13355168 or 6305588. OLE color: 6305588.

HSL color Cylindrical-coordinate representation of color #343760: hue angle of 235.91º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #343760 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB525596-
CMYK0.460.4300.62
HSL235.91º29.73%29.02%-
HSV(B)235.91º45.83%37.65%-
XYZ4.894.3111.64-
YUV58.78149.01123.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 55 (21.88% from 255) = 27.09%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=25.62%
G=27.09%
B=47.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5255960.460.4300.62235.9129.7329.02
Hex3437602E2B03Eec1e1d
Octal646714056530763543635
Binary11010011011111000001011101010110111110111011001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343760; }

 p { color: rgb(52,55,96); }

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

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

 a { background-color: rgb(52,55,96); }

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

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

 span { border-color: rgb(52,55,96); }

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