#342e77

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

Shades of Deep Koamaru #342E77

Tints of Deep Koamaru #342E77

Color information

#342E77 (or 0x342E77) is unknown color: approx Deep Koamaru. HEX triplet: 34, 2E and 77. RGB value is (52,46,119). Sum of RGB (Red+Green+Blue) = 52+46+119=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #342E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342E77 is #CBD188. Grayscale: #373737. Windows color (decimal): -13357449 or 7810612. OLE color: 7810612.

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

Color convert

RGB5246119-
CMYK0.560.6100.53
HSL244.93º44.24%32.35%-
HSV(B)244.93º61.34%46.67%-
XYZ5.724.0217.93-
YUV56.12163.49125.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 46 (18.36% from 255) = 21.20%
BLUE value IS 119 (46.88% from 255) = 54.84%
R=23.96%
G=21.20%
B=54.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52461190.560.6100.53244.9344.2432.35
Hex342E77383D035f52c20
Octal645616770750653655440
Binary1101001011101110111111000111101011010111110101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342e77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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