#343060

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

Shades of Deep Koamaru #343060

Tints of Deep Koamaru #343060

Color information

#343060 (or 0x343060) is unknown color: approx Deep Koamaru. HEX triplet: 34, 30 and 60. RGB value is (52,48,96). Sum of RGB (Red+Green+Blue) = 52+48+96=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #343060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343060 is #CBCF9F. Grayscale: #363636. Windows color (decimal): -13356960 or 6303796. OLE color: 6303796.

HSL color Cylindrical-coordinate representation of color #343060: hue angle of 245º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #343060 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB524896-
CMYK0.460.5000.62
HSL245º33.33%28.24%-
HSV(B)245º50%37.65%-
XYZ4.583.6911.54-
YUV54.67151.33126.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 96 (37.89% from 255) = 48.98%
R=26.53%
G=24.49%
B=48.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5248960.460.5000.6224533.3328.24
Hex3430602E3203Ef5211c
Octal646014056620763654134
Binary110100110000110000010111011001001111101111010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343060; }

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

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

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

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

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

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

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

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