#343368

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

Shades of Deep Koamaru #343368

Tints of Deep Koamaru #343368

Color information

#343368 (or 0x343368) is unknown color: approx Deep Koamaru. HEX triplet: 34, 33 and 68. RGB value is (52,51,104). Sum of RGB (Red+Green+Blue) = 52+51+104=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #343368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343368 is #CBCC97. Grayscale: #393939. Windows color (decimal): -13356184 or 6828852. OLE color: 6828852.

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

Color convert

RGB5251104-
CMYK0.500.5100.59
HSL241.13º34.19%30.39%-
HSV(B)241.13º50.96%40.78%-
XYZ5.14.113.62-
YUV57.34154.33124.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 51 (20.31% from 255) = 24.64%
BLUE value IS 104 (41.02% from 255) = 50.24%
R=25.12%
G=24.64%
B=50.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52511040.500.5100.59241.1334.1930.39
Hex343368323303Bf1221e
Octal646315062630733614236
Binary110100110011110100011001011001101110111111000110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343368; }

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

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

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

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

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

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

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

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