#343363

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

Shades of Deep Koamaru #343363

Tints of Deep Koamaru #343363

Color information

#343363 (or 0x343363) is unknown color: approx Deep Koamaru. HEX triplet: 34, 33 and 63. RGB value is (52,51,99). Sum of RGB (Red+Green+Blue) = 52+51+99=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #343363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343363 is #CBCC9C. Grayscale: #383838. Windows color (decimal): -13356189 or 6501172. OLE color: 6501172.

HSL color Cylindrical-coordinate representation of color #343363: hue angle of 241.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #343363 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB525199-
CMYK0.470.4800.61
HSL241.25º32%29.41%-
HSV(B)241.25º48.48%38.82%-
XYZ4.85412.32-
YUV56.77151.83124.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 99 (39.06% from 255) = 49.01%
R=25.74%
G=25.25%
B=49.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5251990.470.4800.61241.253229.41
Hex3433632F3003Df1201d
Octal646314357600753614035
Binary110100110011110001110111111000001111011111000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343363; }

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

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

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

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

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

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

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

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