Html Css Color HEX #313270 Deep Koamaru

📋 copy color: '#313270'

red 49 ◦ green 50 ◦ blue 112

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

Shades of Deep Koamaru #313270

Tints of Deep Koamaru #313270

RGB

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

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

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

R = 23.22%
G = 23.7%
B = 53.08%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#313270 (or 0x313270) is known color: Deep Koamaru. HEX triplet: 31, 32 and 70. RGB value is (49,50,112). Sum of RGB (Red+Green+Blue) = 49+50+112=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #313270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313270 is #CECD8F. Grayscale: #383838. Windows color (decimal): -13553040 or 7352881. OLE color: 7352881.

HSL color Cylindrical-coordinate representation of color #313270: hue angle of 239.05º 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 #313270 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 50 112 -
CMYK 0.56 0.55 0 0.56
HSL 239.05º 0.39% 0.32% -
HSV(B) 239.05º 0.56% 0.44% -
XYZ 5.33 4.1 15.84 -
YUV 56.77 159.17 122.46 -
System Red Green Blue C M Y K H S L
Decimal 49 50 112 0.56 0.55 0 0.56 239.05 0.39 0.32
Hex 31 32 70 38 37 0 38 EF 27 20
Octal 61 62 160 70 67 0 70 357 47 40
Binary 110001 110010 1110000 111000 110111 0 111000 11101111 100111 100000

Color Harmonies of #313270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313270

Black with #313270

Text Example


Text Example

White with #313270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313270; }

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

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

background-color css

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

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

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

border-color css

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

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

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