#342B76

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

Shades of Deep Koamaru #342B76

Tints of Deep Koamaru #342B76

Color information

#342B76 (or 0x342B76) is unknown color: approx Deep Koamaru. HEX triplet: 34, 2B and 76. RGB value is (52,43,118). Sum of RGB (Red+Green+Blue) = 52+43+118=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #342B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342B76 is #CBD489. Grayscale: #353535. Windows color (decimal): -13358218 or 7744308. OLE color: 7744308.

HSL color Cylindrical-coordinate representation of color #342B76: hue angle of 247.2º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #342B76 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5243118-
CMYK0.560.6400.54
HSL247.2º46.58%31.57%-
HSV(B)247.2º63.56%46.27%-
XYZ5.553.7717.57-
YUV54.24163.98126.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.41%
GREEN value IS 43 (17.19% from 255) = 20.19%
BLUE value IS 118 (46.48% from 255) = 55.40%
R=24.41%
G=20.19%
B=55.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52431180.560.6400.54247.246.5831.57
Hex342B763840036f72f20
Octal6453166701000663675740
Binary11010010101111101101110001000000011011011110111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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