Html Css Color HEX #313768 Deep Koamaru

📋 copy color: '#313768'

red 49 ◦ green 55 ◦ blue 104

#313768
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Koamaru #313768

Tints of Deep Koamaru #313768

RGB

 RED value IS 49 (19.53% from 255) = 23.56%

 GREEN value IS 55 (21.88% from 255) = 26.44%

 BLUE value IS 104 (41.02% from 255) = 50%

R = 23.56%
G = 26.44%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#313768 (or 0x313768) is known color: Deep Koamaru. HEX triplet: 31, 37 and 68. RGB value is (49,55,104). Sum of RGB (Red+Green+Blue) = 49+55+104=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #313768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313768 is #CEC897. Grayscale: #3A3A3A. Windows color (decimal): -13551768 or 6829873. OLE color: 6829873.

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

Color convert

RGB 49 55 104 -
CMYK 0.53 0.47 0 0.59
HSL 233.45º 0.36% 0.3% -
HSV(B) 233.45º 0.53% 0.41% -
XYZ 5.13 4.38 13.67 -
YUV 58.79 153.51 121.02 -
System Red Green Blue C M Y K H S L
Decimal 49 55 104 0.53 0.47 0 0.59 233.45 0.36 0.3
Hex 31 37 68 35 2F 0 3B E9 24 1E
Octal 61 67 150 65 57 0 73 351 44 36
Binary 110001 110111 1101000 110101 101111 0 111011 11101001 100100 11110

Color Harmonies of #313768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313768

Black with #313768

Text Example


Text Example

White with #313768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313768; }

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

 H1.HeaderClassName
 {
   color: #313768;
 }
 .AnyTagClassName
 {
   color: #313768;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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