#313365

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

Shades of Deep Koamaru #313365

Tints of Deep Koamaru #313365

Color information

#313365 (or 0x313365) is unknown color: approx Deep Koamaru. HEX triplet: 31, 33 and 65. RGB value is (49,51,101). Sum of RGB (Red+Green+Blue) = 49+51+101=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #313365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313365 is #CECC9A. Grayscale: #373737. Windows color (decimal): -13552795 or 6632241. OLE color: 6632241.

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

Color convert

RGB4951101-
CMYK0.510.5000.60
HSL237.69º34.67%29.41%-
HSV(B)237.69º51.49%39.61%-
XYZ4.83.9612.82-
YUV56.1153.34122.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 101 (39.84% from 255) = 50.25%
R=24.38%
G=25.37%
B=50.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49511010.510.5000.60237.6934.6729.41
Hex313365333203Cee231d
Octal616314563620743564335
Binary110001110011110010111001111001001111001110111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313365; }

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

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

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

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

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

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

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

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