#313260

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

Shades of Deep Koamaru #313260

Tints of Deep Koamaru #313260

Color information

#313260 (or 0x313260) is unknown color: approx Deep Koamaru. HEX triplet: 31, 32 and 60. RGB value is (49,50,96). Sum of RGB (Red+Green+Blue) = 49+50+96=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #313260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313260 is #CECD9F. Grayscale: #363636. Windows color (decimal): -13553056 or 6304305. OLE color: 6304305.

HSL color Cylindrical-coordinate representation of color #313260: hue angle of 238.72º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #313260 is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB495096-
CMYK0.490.4800.62
HSL238.72º32.41%28.43%-
HSV(B)238.72º48.96%37.65%-
XYZ4.523.7811.56-
YUV54.94151.17123.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=25.13%
G=25.64%
B=49.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4950960.490.4800.62238.7232.4128.43
Hex313260313003Eef201c
Octal616214061600763574034
Binary110001110010110000011000111000001111101110111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313260; }

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

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

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

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

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

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

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

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