#313265

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

Shades of Deep Koamaru #313265

Tints of Deep Koamaru #313265

Color information

#313265 (or 0x313265) is unknown color: approx Deep Koamaru. HEX triplet: 31, 32 and 65. RGB value is (49,50,101). Sum of RGB (Red+Green+Blue) = 49+50+101=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #313265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313265 is #CECD9A. Grayscale: #373737. Windows color (decimal): -13553051 or 6631985. OLE color: 6631985.

HSL color Cylindrical-coordinate representation of color #313265: hue angle of 238.85º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #313265 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4950101-
CMYK0.510.5000.60
HSL238.85º34.67%29.41%-
HSV(B)238.85º51.49%39.61%-
XYZ4.763.8712.81-
YUV55.52153.67123.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.5%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 101 (39.84% from 255) = 50.5%
R=24.5%
G=25%
B=50.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49501010.510.5000.60238.8534.6729.41
Hex313265333203Cef231d
Octal616214563620743574335
Binary110001110010110010111001111001001111001110111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313265; }

 p { color: rgb(49,50,101); }

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

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

 a { background-color: rgb(49,50,101); }

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

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

 span { border-color: rgb(49,50,101); }

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