#343360

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

Shades of Deep Koamaru #343360

Tints of Deep Koamaru #343360

Color information

#343360 (or 0x343360) is unknown color: approx Deep Koamaru. HEX triplet: 34, 33 and 60. RGB value is (52,51,96). Sum of RGB (Red+Green+Blue) = 52+51+96=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #343360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343360 is #CBCC9F. Grayscale: #383838. Windows color (decimal): -13356192 or 6304564. OLE color: 6304564.

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

Color convert

RGB525196-
CMYK0.460.4700.62
HSL241.33º30.61%28.82%-
HSV(B)241.33º46.88%37.65%-
XYZ4.713.9411.58-
YUV56.43150.33124.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 51 (20.31% from 255) = 25.63%
BLUE value IS 96 (37.89% from 255) = 48.24%
R=26.13%
G=25.63%
B=48.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5251960.460.4700.62241.3330.6128.82
Hex3433602E2F03Ef11f1d
Octal646314056570763613735
Binary11010011001111000001011101011110111110111100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343360; }

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

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

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

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

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

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

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

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