#343177

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

Shades of Deep Koamaru #343177

Tints of Deep Koamaru #343177

Color information

#343177 (or 0x343177) is unknown color: approx Deep Koamaru. HEX triplet: 34, 31 and 77. RGB value is (52,49,119). Sum of RGB (Red+Green+Blue) = 52+49+119=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #343177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343177 is #CBCE88. Grayscale: #393939. Windows color (decimal): -13356681 or 7811380. OLE color: 7811380.

HSL color Cylindrical-coordinate representation of color #343177: hue angle of 242.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #343177 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5249119-
CMYK0.560.5900.53
HSL242.57º41.67%32.94%-
HSV(B)242.57º58.82%46.67%-
XYZ5.844.2617.97-
YUV57.88162.49123.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.64%
GREEN value IS 49 (19.53% from 255) = 22.27%
BLUE value IS 119 (46.88% from 255) = 54.09%
R=23.64%
G=22.27%
B=54.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52491190.560.5900.53242.5741.6732.94
Hex343177383B035f32a21
Octal646116770730653635241
Binary1101001100011110111111000111011011010111110011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343177; }

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

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

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

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

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

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

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

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