#312C68

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

Shades of Deep Koamaru #312C68

Tints of Deep Koamaru #312C68

Color information

#312C68 (or 0x312C68) is unknown color: approx Deep Koamaru. HEX triplet: 31, 2C and 68. RGB value is (49,44,104). Sum of RGB (Red+Green+Blue) = 49+44+104=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #312C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312C68 is #CED397. Grayscale: #343434. Windows color (decimal): -13554584 or 6827057. OLE color: 6827057.

HSL color Cylindrical-coordinate representation of color #312C68: hue angle of 245º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #312C68 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4944104-
CMYK0.530.5800.59
HSL245º40.54%29.02%-
HSV(B)245º57.69%40.78%-
XYZ4.673.4513.52-
YUV52.34157.16125.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 44 (17.58% from 255) = 22.34%
BLUE value IS 104 (41.02% from 255) = 52.79%
R=24.87%
G=22.34%
B=52.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49441040.530.5800.5924540.5429.02
Hex312C68353A03Bf5291d
Octal615415065720733655135
Binary110001101100110100011010111101001110111111010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,44,104); }

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

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

 a { background-color: rgb(49,44,104); }

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

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

 span { border-color: rgb(49,44,104); }

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