#343666

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

Shades of Deep Koamaru #343666

Tints of Deep Koamaru #343666

Color information

#343666 (or 0x343666) is unknown color: approx Deep Koamaru. HEX triplet: 34, 36 and 66. RGB value is (52,54,102). Sum of RGB (Red+Green+Blue) = 52+54+102=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #343666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343666 is #CBC999. Grayscale: #3A3A3A. Windows color (decimal): -13355418 or 6698548. OLE color: 6698548.

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

Color convert

RGB5254102-
CMYK0.490.4700.6
HSL237.6º32.47%30.2%-
HSV(B)237.6º49.02%40%-
XYZ5.134.3313.14-
YUV58.87152.34123.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 54 (21.48% from 255) = 25.96%
BLUE value IS 102 (40.23% from 255) = 49.04%
R=25%
G=25.96%
B=49.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal52541020.490.4700.6237.632.4730.2
Hex343666312F03Cee201e
Octal646614661570743564036
Binary110100110110110011011000110111101111001110111010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343666; }

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

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

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

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

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

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

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

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