#313068

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

Shades of Deep Koamaru #313068

Tints of Deep Koamaru #313068

Color information

#313068 (or 0x313068) is unknown color: approx Deep Koamaru. HEX triplet: 31, 30 and 68. RGB value is (49,48,104). Sum of RGB (Red+Green+Blue) = 49+48+104=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #313068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313068 is #CECF97. Grayscale: #363636. Windows color (decimal): -13553560 or 6828081. OLE color: 6828081.

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

Color convert

RGB4948104-
CMYK0.530.5400.59
HSL241.07º36.84%29.8%-
HSV(B)241.07º53.85%40.78%-
XYZ4.823.7713.57-
YUV54.68155.83123.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 104 (41.02% from 255) = 51.74%
R=24.38%
G=23.88%
B=51.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49481040.530.5400.59241.0736.8429.8
Hex313068353603Bf1251e
Octal616015065660733614536
Binary110001110000110100011010111011001110111111000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313068; }

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

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

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

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

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

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

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

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