#342C74

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

Shades of Deep Koamaru #342C74

Tints of Deep Koamaru #342C74

Color information

#342C74 (or 0x342C74) is unknown color: approx Deep Koamaru. HEX triplet: 34, 2C and 74. RGB value is (52,44,116). Sum of RGB (Red+Green+Blue) = 52+44+116=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #342C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342C74 is #CBD38B. Grayscale: #363636. Windows color (decimal): -13357964 or 7613492. OLE color: 7613492.

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

Color convert

RGB5244116-
CMYK0.550.6200.55
HSL246.67º45%31.37%-
HSV(B)246.67º62.07%45.49%-
XYZ5.473.7916.97-
YUV54.6162.65126.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 44 (17.58% from 255) = 20.75%
BLUE value IS 116 (45.70% from 255) = 54.72%
R=24.53%
G=20.75%
B=54.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52441160.550.6200.55246.674531.37
Hex342C74373E037f72d1f
Octal645416467760673675537
Binary110100101100111010011011111111001101111111011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,44,116); }

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

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

 a { background-color: rgb(52,44,116); }

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

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

 span { border-color: rgb(52,44,116); }

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