Html Css Color HEX #313365 Deep Koamaru

📋 copy color: '#313365'

red 49 ◦ green 51 ◦ blue 101

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

Shades of Deep Koamaru #313365

Tints of Deep Koamaru #313365

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

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

R = 24.38%
G = 25.37%
B = 50.25%

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

#313365 (or 0x313365) is known color: Deep Koamaru. HEX triplet: 31, 33 and 65. RGB value is (49,51,101). Sum of RGB (Red+Green+Blue) = 49+51+101=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #313365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313365 is #CECC9A. Grayscale: #373737. Windows color (decimal): -13552795 or 6632241. OLE color: 6632241.

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

Color convert

RGB 49 51 101 -
CMYK 0.51 0.50 0 0.60
HSL 237.69º 0.35% 0.29% -
HSV(B) 237.69º 0.51% 0.4% -
XYZ 4.8 3.96 12.82 -
YUV 56.1 153.34 122.93 -
System Red Green Blue C M Y K H S L
Decimal 49 51 101 0.51 0.50 0 0.60 237.69 0.35 0.29
Hex 31 33 65 33 32 0 3C EE 23 1D
Octal 61 63 145 63 62 0 74 356 43 35
Binary 110001 110011 1100101 110011 110010 0 111100 11101110 100011 11101

Color Harmonies of #313365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313365

Black with #313365

Text Example


Text Example

White with #313365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313365; }

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

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

background-color css

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

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

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

border-color css

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

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

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