#343266

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

Shades of Deep Koamaru #343266

Tints of Deep Koamaru #343266

Color information

#343266 (or 0x343266) is unknown color: approx Deep Koamaru. HEX triplet: 34, 32 and 66. RGB value is (52,50,102). Sum of RGB (Red+Green+Blue) = 52+50+102=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #343266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343266 is #CBCD99. Grayscale: #383838. Windows color (decimal): -13356442 or 6697524. OLE color: 6697524.

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

Color convert

RGB5250102-
CMYK0.490.5100.6
HSL242.31º34.21%29.8%-
HSV(B)242.31º50.98%40%-
XYZ4.963.9713.08-
YUV56.53153.66124.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 50 (19.92% from 255) = 24.51%
BLUE value IS 102 (40.23% from 255) = 50%
R=25.49%
G=24.51%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal52501020.490.5100.6242.3134.2129.8
Hex343266313303Cf2221e
Octal646214661630743624236
Binary110100110010110011011000111001101111001111001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343266; }

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

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

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

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

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

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

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

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