Html Css Color HEX #313766 Deep Koamaru

📋 copy color: '#313766'

red 49 ◦ green 55 ◦ blue 102

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

Shades of Deep Koamaru #313766

Tints of Deep Koamaru #313766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 49.51%

R = 23.79%
G = 26.7%
B = 49.51%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#313766 (or 0x313766) is known color: Deep Koamaru. HEX triplet: 31, 37 and 66. RGB value is (49,55,102). Sum of RGB (Red+Green+Blue) = 49+55+102=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #313766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313766 is #CEC899. Grayscale: #3A3A3A. Windows color (decimal): -13551770 or 6698801. OLE color: 6698801.

HSL color Cylindrical-coordinate representation of color #313766: hue angle of 233.21º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #313766 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 49 55 102 -
CMYK 0.52 0.46 0 0.6
HSL 233.21º 0.35% 0.3% -
HSV(B) 233.21º 0.52% 0.4% -
XYZ 5.03 4.34 13.14 -
YUV 58.56 152.51 121.18 -
System Red Green Blue C M Y K H S L
Decimal 49 55 102 0.52 0.46 0 0.6 233.21 0.35 0.3
Hex 31 37 66 34 2E 0 3C E9 23 1E
Octal 61 67 146 64 56 0 74 351 43 36
Binary 110001 110111 1100110 110100 101110 0 111100 11101001 100011 11110

Color Harmonies of #313766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313766

Black with #313766

Text Example


Text Example

White with #313766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313766; }

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

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

background-color css

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

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

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

border-color css

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

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

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