#343263

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

Shades of Deep Koamaru #343263

Tints of Deep Koamaru #343263

Color information

#343263 (or 0x343263) is unknown color: approx Deep Koamaru. HEX triplet: 34, 32 and 63. RGB value is (52,50,99). Sum of RGB (Red+Green+Blue) = 52+50+99=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #343263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343263 is #CBCD9C. Grayscale: #373737. Windows color (decimal): -13356445 or 6500916. OLE color: 6500916.

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

Color convert

RGB525099-
CMYK0.470.4900.61
HSL242.45º32.89%29.22%-
HSV(B)242.45º49.49%38.82%-
XYZ4.813.9112.31-
YUV56.18152.16125.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.87%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 99 (39.06% from 255) = 49.25%
R=25.87%
G=24.88%
B=49.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5250990.470.4900.61242.4532.8929.22
Hex3432632F3103Df2211d
Octal646214357610753624135
Binary110100110010110001110111111000101111011111001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343263; }

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

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

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

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

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

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

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

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