Html Css Color HEX #313263 Deep Koamaru

📋 copy color: '#313263'

red 49 ◦ green 50 ◦ blue 99

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

Shades of Deep Koamaru #313263

Tints of Deep Koamaru #313263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.25%

 BLUE value IS 99 (39.06% from 255) = 50%

R = 24.75%
G = 25.25%
B = 50%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#313263 (or 0x313263) is known color: Deep Koamaru. HEX triplet: 31, 32 and 63. RGB value is (49,50,99). Sum of RGB (Red+Green+Blue) = 49+50+99=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #313263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313263 is #CECD9C. Grayscale: #373737. Windows color (decimal): -13553053 or 6500913. OLE color: 6500913.

HSL color Cylindrical-coordinate representation of color #313263: hue angle of 238.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #313263 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 50 99 -
CMYK 0.51 0.49 0 0.61
HSL 238.8º 0.34% 0.29% -
HSV(B) 238.8º 0.51% 0.39% -
XYZ 4.66 3.84 12.3 -
YUV 55.29 152.67 123.52 -
System Red Green Blue C M Y K H S L
Decimal 49 50 99 0.51 0.49 0 0.61 238.8 0.34 0.29
Hex 31 32 63 33 31 0 3D EF 22 1D
Octal 61 62 143 63 61 0 75 357 42 35
Binary 110001 110010 1100011 110011 110001 0 111101 11101111 100010 11101

Color Harmonies of #313263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313263

Black with #313263

Text Example


Text Example

White with #313263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313263; }

 p { color: rgb(49,50,99); }

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

background-color css

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

 a { background-color: rgb(49,50,99); }

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

border-color css

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

 span { border-color: rgb(49,50,99); }

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