Html Css Color HEX #313265 Deep Koamaru

📋 copy color: '#313265'

red 49 ◦ green 50 ◦ blue 101

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

Shades of Deep Koamaru #313265

Tints of Deep Koamaru #313265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 50.5%

R = 24.5%
G = 25%
B = 50.5%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#313265 (or 0x313265) is known color: Deep Koamaru. HEX triplet: 31, 32 and 65. RGB value is (49,50,101). Sum of RGB (Red+Green+Blue) = 49+50+101=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #313265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313265 is #CECD9A. Grayscale: #373737. Windows color (decimal): -13553051 or 6631985. OLE color: 6631985.

HSL color Cylindrical-coordinate representation of color #313265: hue angle of 238.85º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #313265 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 50 101 -
CMYK 0.51 0.50 0 0.60
HSL 238.85º 0.35% 0.29% -
HSV(B) 238.85º 0.51% 0.4% -
XYZ 4.76 3.87 12.81 -
YUV 55.52 153.67 123.35 -
System Red Green Blue C M Y K H S L
Decimal 49 50 101 0.51 0.50 0 0.60 238.85 0.35 0.29
Hex 31 32 65 33 32 0 3C EF 23 1D
Octal 61 62 145 63 62 0 74 357 43 35
Binary 110001 110010 1100101 110011 110010 0 111100 11101111 100011 11101

Color Harmonies of #313265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313265

Black with #313265

Text Example


Text Example

White with #313265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313265; }

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

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

background-color css

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

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

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

border-color css

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

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

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