#312A75

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

Shades of Deep Koamaru #312A75

Tints of Deep Koamaru #312A75

Color information

#312A75 (or 0x312A75) is unknown color: approx Deep Koamaru. HEX triplet: 31, 2A and 75. RGB value is (49,42,117). Sum of RGB (Red+Green+Blue) = 49+42+117=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #312A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312A75 is #CED58A. Grayscale: #343434. Windows color (decimal): -13555083 or 7678513. OLE color: 7678513.

HSL color Cylindrical-coordinate representation of color #312A75: hue angle of 245.6º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #312A75 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4942117-
CMYK0.580.6400.54
HSL245.6º47.17%31.18%-
HSV(B)245.6º64.1%45.88%-
XYZ5.313.5917.24-
YUV52.64164.32125.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 42 (16.80% from 255) = 20.19%
BLUE value IS 117 (46.09% from 255) = 56.25%
R=23.56%
G=20.19%
B=56.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49421170.580.6400.54245.647.1731.18
Hex312A753A40036f62f1f
Octal6152165721000663665737
Binary1100011010101110101111010100000001101101111011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,42,117); }

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

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

 a { background-color: rgb(49,42,117); }

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

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

 span { border-color: rgb(49,42,117); }

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