Html Css Color HEX #313360 Deep Koamaru

📋 copy color: '#313360'

red 49 ◦ green 51 ◦ blue 96

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

Shades of Deep Koamaru #313360

Tints of Deep Koamaru #313360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 48.98%

R = 25%
G = 26.02%
B = 48.98%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#313360 (or 0x313360) is known color: Deep Koamaru. HEX triplet: 31, 33 and 60. RGB value is (49,51,96). Sum of RGB (Red+Green+Blue) = 49+51+96=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #313360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313360 is #CECC9F. Grayscale: #373737. Windows color (decimal): -13552800 or 6304561. OLE color: 6304561.

HSL color Cylindrical-coordinate representation of color #313360: hue angle of 237.45º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #313360 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 51 96 -
CMYK 0.49 0.47 0 0.62
HSL 237.45º 0.32% 0.28% -
HSV(B) 237.45º 0.49% 0.38% -
XYZ 4.56 3.87 11.57 -
YUV 55.53 150.84 123.34 -
System Red Green Blue C M Y K H S L
Decimal 49 51 96 0.49 0.47 0 0.62 237.45 0.32 0.28
Hex 31 33 60 31 2F 0 3E ED 20 1C
Octal 61 63 140 61 57 0 76 355 40 34
Binary 110001 110011 1100000 110001 101111 0 111110 11101101 100000 11100

Color Harmonies of #313360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313360

Black with #313360

Text Example


Text Example

White with #313360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313360; }

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

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

background-color css

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

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

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

border-color css

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

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

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