Html Css Color HEX #313065 Deep Koamaru

📋 copy color: '#313065'

red 49 ◦ green 48 ◦ blue 101

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

Shades of Deep Koamaru #313065

Tints of Deep Koamaru #313065

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.24%

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

R = 24.75%
G = 24.24%
B = 51.01%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#313065 (or 0x313065) is known color: Deep Koamaru. HEX triplet: 31, 30 and 65. RGB value is (49,48,101). Sum of RGB (Red+Green+Blue) = 49+48+101=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #313065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313065 is #CECF9A. Grayscale: #363636. Windows color (decimal): -13553563 or 6631473. OLE color: 6631473.

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

Color convert

RGB 49 48 101 -
CMYK 0.51 0.52 0 0.60
HSL 241.13º 0.36% 0.29% -
HSV(B) 241.13º 0.52% 0.4% -
XYZ 4.67 3.71 12.78 -
YUV 54.34 154.33 124.19 -
System Red Green Blue C M Y K H S L
Decimal 49 48 101 0.51 0.52 0 0.60 241.13 0.36 0.29
Hex 31 30 65 33 34 0 3C F1 24 1D
Octal 61 60 145 63 64 0 74 361 44 35
Binary 110001 110000 1100101 110011 110100 0 111100 11110001 100100 11101

Color Harmonies of #313065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313065

Black with #313065

Text Example


Text Example

White with #313065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313065; }

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

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

background-color css

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

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

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

border-color css

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

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

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