#342D70

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

Shades of Deep Koamaru #342D70

Tints of Deep Koamaru #342D70

Color information

#342D70 (or 0x342D70) is unknown color: approx Deep Koamaru. HEX triplet: 34, 2D and 70. RGB value is (52,45,112). Sum of RGB (Red+Green+Blue) = 52+45+112=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #342D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342D70 is #CBD28F. Grayscale: #363636. Windows color (decimal): -13357712 or 7351604. OLE color: 7351604.

HSL color Cylindrical-coordinate representation of color #342D70: hue angle of 246.27º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #342D70 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5245112-
CMYK0.540.6000.56
HSL246.27º42.68%30.78%-
HSV(B)246.27º59.82%43.92%-
XYZ5.283.7815.78-
YUV54.73160.32126.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 45 (17.97% from 255) = 21.53%
BLUE value IS 112 (44.14% from 255) = 53.59%
R=24.88%
G=21.53%
B=53.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52451120.540.6000.56246.2742.6830.78
Hex342D70363C038f62b1f
Octal645516066740703665337
Binary110100101101111000011011011110001110001111011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342D70; }

 p { color: rgb(52,45,112); }

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

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

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

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

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

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

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