#343669

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

Shades of Deep Koamaru #343669

Tints of Deep Koamaru #343669

Color information

#343669 (or 0x343669) is unknown color: approx Deep Koamaru. HEX triplet: 34, 36 and 69. RGB value is (52,54,105). Sum of RGB (Red+Green+Blue) = 52+54+105=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #343669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343669 is #CBC996. Grayscale: #3B3B3B. Windows color (decimal): -13355415 or 6895156. OLE color: 6895156.

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

Color convert

RGB5254105-
CMYK0.500.4900.59
HSL237.74º33.76%30.78%-
HSV(B)237.74º50.48%41.18%-
XYZ5.294.3913.93-
YUV59.22153.84122.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 54 (21.48% from 255) = 25.59%
BLUE value IS 105 (41.41% from 255) = 49.76%
R=24.64%
G=25.59%
B=49.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52541050.500.4900.59237.7433.7630.78
Hex343669323103Bee221f
Octal646615162610733564237
Binary110100110110110100111001011000101110111110111010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343669; }

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

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

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

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

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

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

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

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