#342B70

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

Shades of Deep Koamaru #342B70

Tints of Deep Koamaru #342B70

Color information

#342B70 (or 0x342B70) is unknown color: approx Deep Koamaru. HEX triplet: 34, 2B and 70. RGB value is (52,43,112). Sum of RGB (Red+Green+Blue) = 52+43+112=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #342B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342B70 is #CBD48F. Grayscale: #353535. Windows color (decimal): -13358224 or 7351092. OLE color: 7351092.

HSL color Cylindrical-coordinate representation of color #342B70: hue angle of 247.83º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #342B70 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5243112-
CMYK0.540.6200.56
HSL247.83º44.52%30.39%-
HSV(B)247.83º61.61%43.92%-
XYZ5.23.6315.76-
YUV53.56160.98126.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 43 (17.19% from 255) = 20.77%
BLUE value IS 112 (44.14% from 255) = 54.11%
R=25.12%
G=20.77%
B=54.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52431120.540.6200.56247.8344.5230.39
Hex342B70363E038f82d1e
Octal645316066760703705536
Binary110100101011111000011011011111001110001111100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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