Html Css Color HEX #313562 Deep Koamaru

📋 copy color: '#313562'

red 49 ◦ green 53 ◦ blue 98

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

Shades of Deep Koamaru #313562

Tints of Deep Koamaru #313562

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.5%

 BLUE value IS 98 (38.67% from 255) = 49%

R = 24.5%
G = 26.5%
B = 49%

CMYK

 C value IS 0.5

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#313562 (or 0x313562) is known color: Deep Koamaru. HEX triplet: 31, 35 and 62. RGB value is (49,53,98). Sum of RGB (Red+Green+Blue) = 49+53+98=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #313562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313562 is #CECA9D. Grayscale: #383838. Windows color (decimal): -13552286 or 6436145. OLE color: 6436145.

HSL color Cylindrical-coordinate representation of color #313562: hue angle of 235.1º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #313562 is Cyan = 0.5, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 53 98 -
CMYK 0.5 0.46 0 0.62
HSL 235.1º 0.33% 0.29% -
HSV(B) 235.1º 0.5% 0.38% -
XYZ 4.74 4.08 12.09 -
YUV 56.93 151.17 122.34 -
System Red Green Blue C M Y K H S L
Decimal 49 53 98 0.5 0.46 0 0.62 235.1 0.33 0.29
Hex 31 35 62 32 2E 0 3E EB 21 1D
Octal 61 65 142 62 56 0 76 353 41 35
Binary 110001 110101 1100010 110010 101110 0 111110 11101011 100001 11101

Color Harmonies of #313562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313562

Black with #313562

Text Example


Text Example

White with #313562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313562; }

 p { color: rgb(49,53,98); }

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

background-color css

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

 a { background-color: rgb(49,53,98); }

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

border-color css

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

 span { border-color: rgb(49,53,98); }

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