#343268

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

Shades of Deep Koamaru #343268

Tints of Deep Koamaru #343268

Color information

#343268 (or 0x343268) is unknown color: approx Deep Koamaru. HEX triplet: 34, 32 and 68. RGB value is (52,50,104). Sum of RGB (Red+Green+Blue) = 52+50+104=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #343268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343268 is #CBCD97. Grayscale: #383838. Windows color (decimal): -13356440 or 6828596. OLE color: 6828596.

HSL color Cylindrical-coordinate representation of color #343268: hue angle of 242.22º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #343268 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5250104-
CMYK0.500.5200.59
HSL242.22º35.06%30.2%-
HSV(B)242.22º51.92%40.78%-
XYZ5.064.0113.6-
YUV56.75154.66124.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 50 (19.92% from 255) = 24.27%
BLUE value IS 104 (41.02% from 255) = 50.49%
R=25.24%
G=24.27%
B=50.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52501040.500.5200.59242.2235.0630.2
Hex343268323403Bf2231e
Octal646215062640733624336
Binary110100110010110100011001011010001110111111001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343268; }

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

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

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

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

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

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

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

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