Html Css Color HEX #313264 Deep Koamaru

📋 copy color: '#313264'

red 49 ◦ green 50 ◦ blue 100

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

Shades of Deep Koamaru #313264

Tints of Deep Koamaru #313264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 50.25%

R = 24.62%
G = 25.13%
B = 50.25%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#313264 (or 0x313264) is known color: Deep Koamaru. HEX triplet: 31, 32 and 64. RGB value is (49,50,100). Sum of RGB (Red+Green+Blue) = 49+50+100=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 100 (39.45% from 255 or 50.25% from 199); Max value from RGB is 100 - color contains mainly: blue. Hex color #313264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313264 is #CECD9B. Grayscale: #373737. Windows color (decimal): -13553052 or 6566449. OLE color: 6566449.

HSL color Cylindrical-coordinate representation of color #313264: hue angle of 238.82º 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 #313264 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 50 100 -
CMYK 0.51 0.50 0 0.61
HSL 238.82º 0.34% 0.29% -
HSV(B) 238.82º 0.51% 0.39% -
XYZ 4.71 3.85 12.55 -
YUV 55.4 153.17 123.43 -
System Red Green Blue C M Y K H S L
Decimal 49 50 100 0.51 0.50 0 0.61 238.82 0.34 0.29
Hex 31 32 64 33 32 0 3D EF 22 1D
Octal 61 62 144 63 62 0 75 357 42 35
Binary 110001 110010 1100100 110011 110010 0 111101 11101111 100010 11101

Color Harmonies of #313264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313264

Black with #313264

Text Example


Text Example

White with #313264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313264; }

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

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

background-color css

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

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

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

border-color css

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

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

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