#342A79

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

Shades of Deep Koamaru #342A79

Tints of Deep Koamaru #342A79

Color information

#342A79 (or 0x342A79) is unknown color: approx Deep Koamaru. HEX triplet: 34, 2A and 79. RGB value is (52,42,121). Sum of RGB (Red+Green+Blue) = 52+42+121=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 121 (47.66% from 255 or 56.28% from 215); Max value from RGB is 121 - color contains mainly: blue. Hex color #342A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342A79 is #CBD586. Grayscale: #353535. Windows color (decimal): -13358471 or 7940660. OLE color: 7940660.

HSL color Cylindrical-coordinate representation of color #342A79: hue angle of 247.59º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #342A79 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5242121-
CMYK0.570.6500.53
HSL247.59º48.47%31.96%-
HSV(B)247.59º65.29%47.45%-
XYZ5.73.7718.52-
YUV54165.81126.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.19%
GREEN value IS 42 (16.80% from 255) = 19.53%
BLUE value IS 121 (47.66% from 255) = 56.28%
R=24.19%
G=19.53%
B=56.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52421210.570.6500.53247.5948.4731.96
Hex342A793941035f83020
Octal6452171711010653706040
Binary11010010101011110011110011000001011010111111000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,42,121); }

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

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

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

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

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

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

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