Html Css Color HEX #313660 Deep Koamaru

📋 copy color: '#313660'

red 49 ◦ green 54 ◦ blue 96

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

Shades of Deep Koamaru #313660

Tints of Deep Koamaru #313660

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.14%

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

R = 24.62%
G = 27.14%
B = 48.24%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#313660 (or 0x313660) is known color: Deep Koamaru. HEX triplet: 31, 36 and 60. RGB value is (49,54,96). Sum of RGB (Red+Green+Blue) = 49+54+96=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #313660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313660 is #CEC99F. Grayscale: #393939. Windows color (decimal): -13552032 or 6305329. OLE color: 6305329.

HSL color Cylindrical-coordinate representation of color #313660: hue angle of 233.62º 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 #313660 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 54 96 -
CMYK 0.49 0.44 0 0.62
HSL 233.62º 0.32% 0.28% -
HSV(B) 233.62º 0.49% 0.38% -
XYZ 4.7 4.14 11.62 -
YUV 57.29 149.84 122.08 -
System Red Green Blue C M Y K H S L
Decimal 49 54 96 0.49 0.44 0 0.62 233.62 0.32 0.28
Hex 31 36 60 31 2C 0 3E EA 20 1C
Octal 61 66 140 61 54 0 76 352 40 34
Binary 110001 110110 1100000 110001 101100 0 111110 11101010 100000 11100

Color Harmonies of #313660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313660

Black with #313660

Text Example


Text Example

White with #313660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313660; }

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

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

background-color css

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

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

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

border-color css

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

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

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