Html Css Color HEX #313767 Deep Koamaru

📋 copy color: '#313767'

red 49 ◦ green 55 ◦ blue 103

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

Shades of Deep Koamaru #313767

Tints of Deep Koamaru #313767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 49.76%

R = 23.67%
G = 26.57%
B = 49.76%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#313767 (or 0x313767) is known color: Deep Koamaru. HEX triplet: 31, 37 and 67. RGB value is (49,55,103). Sum of RGB (Red+Green+Blue) = 49+55+103=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #313767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313767 is #CEC898. Grayscale: #3A3A3A. Windows color (decimal): -13551769 or 6764337. OLE color: 6764337.

HSL color Cylindrical-coordinate representation of color #313767: hue angle of 233.33º degrees, saturation: 0.36, 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 #313767 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 55 103 -
CMYK 0.52 0.47 0 0.60
HSL 233.33º 0.36% 0.3% -
HSV(B) 233.33º 0.52% 0.4% -
XYZ 5.08 4.36 13.41 -
YUV 58.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 49 55 103 0.52 0.47 0 0.60 233.33 0.36 0.3
Hex 31 37 67 34 2F 0 3C E9 24 1E
Octal 61 67 147 64 57 0 74 351 44 36
Binary 110001 110111 1100111 110100 101111 0 111100 11101001 100100 11110

Color Harmonies of #313767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313767

Black with #313767

Text Example


Text Example

White with #313767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313767; }

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

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

background-color css

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

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

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

border-color css

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

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

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