#343269

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

Shades of Deep Koamaru #343269

Tints of Deep Koamaru #343269

Color information

#343269 (or 0x343269) is unknown color: approx Deep Koamaru. HEX triplet: 34, 32 and 69. RGB value is (52,50,105). Sum of RGB (Red+Green+Blue) = 52+50+105=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #343269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343269 is #CBCD96. Grayscale: #383838. Windows color (decimal): -13356439 or 6894132. OLE color: 6894132.

HSL color Cylindrical-coordinate representation of color #343269: hue angle of 242.18º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #343269 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5250105-
CMYK0.500.5200.59
HSL242.18º35.48%30.39%-
HSV(B)242.18º52.38%41.18%-
XYZ5.114.0313.87-
YUV56.87155.16124.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 105 (41.41% from 255) = 50.72%
R=25.12%
G=24.15%
B=50.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52501050.500.5200.59242.1835.4830.39
Hex343269323403Bf2231e
Octal646215162640733624336
Binary110100110010110100111001011010001110111111001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343269; }

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

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

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

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

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

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

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

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