#343668

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

Shades of Deep Koamaru #343668

Tints of Deep Koamaru #343668

Color information

#343668 (or 0x343668) is unknown color: approx Deep Koamaru. HEX triplet: 34, 36 and 68. RGB value is (52,54,104). Sum of RGB (Red+Green+Blue) = 52+54+104=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #343668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343668 is #CBC997. Grayscale: #3A3A3A. Windows color (decimal): -13355416 or 6829620. OLE color: 6829620.

HSL color Cylindrical-coordinate representation of color #343668: hue angle of 237.69º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #343668 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5254104-
CMYK0.500.4800.59
HSL237.69º33.33%30.59%-
HSV(B)237.69º50%40.78%-
XYZ5.234.3713.66-
YUV59.1153.34122.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.76%
GREEN value IS 54 (21.48% from 255) = 25.71%
BLUE value IS 104 (41.02% from 255) = 49.52%
R=24.76%
G=25.71%
B=49.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52541040.500.4800.59237.6933.3330.59
Hex343668323003Bee211f
Octal646615062600733564137
Binary110100110110110100011001011000001110111110111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343668; }

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

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

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

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

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

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

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

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