#31356B

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

Shades of Deep Koamaru #31356B

Tints of Deep Koamaru #31356B

Color information

#31356B (or 0x31356B) is unknown color: approx Deep Koamaru. HEX triplet: 31, 35 and 6B. RGB value is (49,53,107). Sum of RGB (Red+Green+Blue) = 49+53+107=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #31356B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31356B is #CECA94. Grayscale: #393939. Windows color (decimal): -13552277 or 7025969. OLE color: 7025969.

HSL color Cylindrical-coordinate representation of color #31356B: hue angle of 235.86º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31356B is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4953107-
CMYK0.540.5000.58
HSL235.86º37.18%30.59%-
HSV(B)235.86º54.21%41.96%-
XYZ5.194.2614.46-
YUV57.96155.67121.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.44%
GREEN value IS 53 (21.09% from 255) = 25.36%
BLUE value IS 107 (42.19% from 255) = 51.20%
R=23.44%
G=25.36%
B=51.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49531070.540.5000.58235.8637.1830.59
Hex31356B363203Aec251f
Octal616515366620723544537
Binary110001110101110101111011011001001110101110110010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31356B; }

 p { color: rgb(49,53,107); }

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

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

 a { background-color: rgb(49,53,107); }

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

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

 span { border-color: rgb(49,53,107); }

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