#342E75

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

Shades of Deep Koamaru #342E75

Tints of Deep Koamaru #342E75

Color information

#342E75 (or 0x342E75) is unknown color: approx Deep Koamaru. HEX triplet: 34, 2E and 75. RGB value is (52,46,117). Sum of RGB (Red+Green+Blue) = 52+46+117=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #342E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342E75 is #CBD18A. Grayscale: #373737. Windows color (decimal): -13357451 or 7679540. OLE color: 7679540.

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

Color convert

RGB5246117-
CMYK0.560.6100.54
HSL245.07º43.56%31.96%-
HSV(B)245.07º60.68%45.88%-
XYZ5.63.9717.3-
YUV55.89162.49125.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.19%
GREEN value IS 46 (18.36% from 255) = 21.40%
BLUE value IS 117 (46.09% from 255) = 54.42%
R=24.19%
G=21.40%
B=54.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52461170.560.6100.54245.0743.5631.96
Hex342E75383D036f52c20
Octal645616570750663655440
Binary1101001011101110101111000111101011011011110101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,46,117); }

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

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

 a { background-color: rgb(52,46,117); }

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

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

 span { border-color: rgb(52,46,117); }

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