Html Css Color HEX #313570 Deep Koamaru

📋 copy color: '#313570'

red 49 ◦ green 53 ◦ blue 112

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

Shades of Deep Koamaru #313570

Tints of Deep Koamaru #313570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 52.34%

R = 22.9%
G = 24.77%
B = 52.34%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#313570 (or 0x313570) is known color: Deep Koamaru. HEX triplet: 31, 35 and 70. RGB value is (49,53,112). Sum of RGB (Red+Green+Blue) = 49+53+112=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #313570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313570 is #CECA8F. Grayscale: #3A3A3A. Windows color (decimal): -13552272 or 7353649. OLE color: 7353649.

HSL color Cylindrical-coordinate representation of color #313570: hue angle of 236.19º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #313570 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 53 112 -
CMYK 0.56 0.53 0 0.56
HSL 236.19º 0.39% 0.32% -
HSV(B) 236.19º 0.56% 0.44% -
XYZ 5.46 4.37 15.88 -
YUV 58.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 49 53 112 0.56 0.53 0 0.56 236.19 0.39 0.32
Hex 31 35 70 38 35 0 38 EC 27 20
Octal 61 65 160 70 65 0 70 354 47 40
Binary 110001 110101 1110000 111000 110101 0 111000 11101100 100111 100000

Color Harmonies of #313570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313570

Black with #313570

Text Example


Text Example

White with #313570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313570; }

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

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

background-color css

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

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

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

border-color css

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

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

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