#312E65

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

Shades of Deep Koamaru #312E65

Tints of Deep Koamaru #312E65

Color information

#312E65 (or 0x312E65) is unknown color: approx Deep Koamaru. HEX triplet: 31, 2E and 65. RGB value is (49,46,101). Sum of RGB (Red+Green+Blue) = 49+46+101=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 101 (39.84% from 255 or 51.53% from 196); Max value from RGB is 101 - color contains mainly: blue. Hex color #312E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312E65 is #CED19A. Grayscale: #343434. Windows color (decimal): -13554075 or 6630961. OLE color: 6630961.

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

Color convert

RGB4946101-
CMYK0.510.5400.60
HSL243.27º37.41%28.82%-
HSV(B)243.27º54.46%39.61%-
XYZ4.593.5512.75-
YUV53.17154.99125.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 46 (18.36% from 255) = 23.47%
BLUE value IS 101 (39.84% from 255) = 51.53%
R=25%
G=23.47%
B=51.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49461010.510.5400.60243.2737.4128.82
Hex312E65333603Cf3251d
Octal615614563660743634535
Binary110001101110110010111001111011001111001111001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312E65; }

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

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

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

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

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

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

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

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