#343468

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

Shades of Deep Koamaru #343468

Tints of Deep Koamaru #343468

Color information

#343468 (or 0x343468) is unknown color: approx Deep Koamaru. HEX triplet: 34, 34 and 68. RGB value is (52,52,104). Sum of RGB (Red+Green+Blue) = 52+52+104=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #343468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343468 is #CBCB97. Grayscale: #393939. Windows color (decimal): -13355928 or 6829108. OLE color: 6829108.

HSL color Cylindrical-coordinate representation of color #343468: hue angle of 240º 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 #343468 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5252104-
CMYK0.500.5000.59
HSL240º33.33%30.59%-
HSV(B)240º50%40.78%-
XYZ5.144.1913.63-
YUV57.93154123.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 52 (20.70% from 255) = 25%
BLUE value IS 104 (41.02% from 255) = 50%
R=25%
G=25%
B=50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52521040.500.5000.5924033.3330.59
Hex343468323203Bf0211f
Octal646415062620733604137
Binary110100110100110100011001011001001110111111000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343468; }

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

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

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

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

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

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

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

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